diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-03-22 10:45:10 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-03-25 10:19:52 +0100 |
commit | 9d830193559a2d40bdfa7e7bcf5a99f66b128ccf (patch) | |
tree | dce3d1a6c351eaa73837f07c9ca059ddbd5d7abd /bootscripts | |
parent | a18e40dbc8ea9ea033fe6fb242fbc2837d025b28 (diff) |
Make runlevel 2 equivalent to 3 by default: sysklogd
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 |