From fe72acaeffe86b3a0146e75585eb1d544f7cc035 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 22 Mar 2022 10:46:19 +0100 Subject: [PATCH] Make runlevel 2 equivalent to 3 by default: network --- bootscripts/lfs/init.d/network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootscripts/lfs/init.d/network b/bootscripts/lfs/init.d/network index c60b9ff5b..91c52e085 100644 --- a/bootscripts/lfs/init.d/network +++ b/bootscripts/lfs/init.d/network @@ -20,8 +20,8 @@ # Should-Start: $syslog firewalld iptables nftables # Required-Stop: $local_fs localnet swap # Should-Stop: $syslog firewalld iptables nftables -# 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 and configures network interfaces. # Description: Starts and configures network interfaces. # X-LFS-Provided-By: LFS