Make runlevel 2 equivalent to 3 by default: network

This commit is contained in:
Pierre Labastie 2022-03-22 10:46:19 +01:00
parent 9d83019355
commit 96a636b000

View File

@ -20,8 +20,8 @@
# Should-Start: $syslog firewalld iptables nftables # Should-Start: $syslog firewalld iptables nftables
# Required-Stop: $local_fs localnet swap # Required-Stop: $local_fs localnet swap
# Should-Stop: $syslog firewalld iptables nftables # Should-Stop: $syslog firewalld iptables nftables
# 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 and configures network interfaces. # Short-Description: Starts and configures network interfaces.
# Description: Starts and configures network interfaces. # Description: Starts and configures network interfaces.
# X-LFS-Provided-By: LFS # X-LFS-Provided-By: LFS