From 9d830193559a2d40bdfa7e7bcf5a99f66b128ccf Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 22 Mar 2022 10:45:10 +0100 Subject: [PATCH] Make runlevel 2 equivalent to 3 by default: sysklogd --- bootscripts/lfs/init.d/sysklogd | 7 ++----- 1 file 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