diff options
Diffstat (limited to 'bootscripts/lfs/init.d/network')
-rw-r--r-- | bootscripts/lfs/init.d/network | 4 |
1 files 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 |