diff options
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/sysklogd | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bootscripts/lfs/init.d/sysklogd b/bootscripts/lfs/init.d/sysklogd index a3d37686e..e86b87b16 100644 --- a/bootscripts/lfs/init.d/sysklogd +++ b/bootscripts/lfs/init.d/sysklogd @@ -18,17 +18,14 @@ # Should-Start: # Required-Stop: $local_fs # Should-Stop: sendsignals -# Default-Start: 3 4 5 -# Default-Stop: 0 1 2 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Starts kernel and system log daemons. # Description: Starts kernel and system log daemons. # /etc/fstab. # X-LFS-Provided-By: LFS ### END INIT INFO -# Note: sysklogd is not started in runlevel 2 due to possible -# remote logging configurations - . /lib/lsb/init-functions case "${1}" in |