mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Make runlevel 2 equivalent to 3 by default: sysklogd
This commit is contained in:
parent
a18e40dbc8
commit
9d83019355
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user