diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-03-22 10:46:19 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-03-25 10:19:52 +0100 |
commit | 96a636b0007708b50d3a376192a13956b665b5e9 (patch) | |
tree | ee6347e4c96e22906b41e3c0d649ef97e9cff795 /bootscripts | |
parent | 9d830193559a2d40bdfa7e7bcf5a99f66b128ccf (diff) |
Make runlevel 2 equivalent to 3 by default: network
Diffstat (limited to 'bootscripts')
-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 |