aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/lfs/init.d/network
diff options
context:
space:
mode:
Diffstat (limited to 'bootscripts/lfs/init.d/network')
-rw-r--r--bootscripts/lfs/init.d/network8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootscripts/lfs/init.d/network b/bootscripts/lfs/init.d/network
index 140bc72e8..17afa0983 100644
--- a/bootscripts/lfs/init.d/network
+++ b/bootscripts/lfs/init.d/network
@@ -16,10 +16,10 @@
### BEGIN INIT INFO
# Provides: $network
-# Required-Start: $local_fs $syslog localnet swap
-# Should-Start: firewalld iptables nftables
-# Required-Stop: $local_fs $syslog localnet swap
-# Should-Stop: firewalld iptables nftables
+# Required-Start: $local_fs localnet swap
+# 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
# Short-Description: Starts and configures network interfaces.