Make runlevel 2 equivalent to 3 by default: sysklogd

This commit is contained in:
Pierre Labastie 2022-03-22 10:45:10 +01:00
parent a18e40dbc8
commit 9d83019355

View File

@ -18,17 +18,14 @@
# Should-Start: # Should-Start:
# Required-Stop: $local_fs # Required-Stop: $local_fs
# Should-Stop: sendsignals # Should-Stop: sendsignals
# Default-Start: 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 2 6 # Default-Stop: 0 1 6
# Short-Description: Starts kernel and system log daemons. # Short-Description: Starts kernel and system log daemons.
# Description: Starts kernel and system log daemons. # Description: Starts kernel and system log daemons.
# /etc/fstab. # /etc/fstab.
# X-LFS-Provided-By: LFS # X-LFS-Provided-By: LFS
### END INIT INFO ### END INIT INFO
# Note: sysklogd is not started in runlevel 2 due to possible
# remote logging configurations
. /lib/lsb/init-functions . /lib/lsb/init-functions
case "${1}" in case "${1}" in