diff options
-rw-r--r-- | conf.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ RC_QUIET="no" # Do we allow any started service in the runlevel to satisfy the depedency # or do we want all of them regardless of state? For example, if net.eth0 -# and net.eth0 are in the default runlevel then with RC_DEPEND_STRICT="no" +# and net.eth1 are in the default runlevel then with RC_DEPEND_STRICT="no" # both will be started, but services that depend on 'net' will work if either # one comes up. With RC_DEPEND_STRICT="yes" we would require them both to # come up. |