mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Move $syslog to Should-Start for the network bootscript, ensure checkfs bootscript runs after swap.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12025 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6a06eaf844
commit
f92b8de7c4
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: checkfs
|
# Provides: checkfs
|
||||||
# Required-Start: udev
|
# Required-Start: udev swap
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: $network
|
# Provides: $network
|
||||||
# Required-Start: $local_fs $syslog localnet swap
|
# Required-Start: $local_fs localnet swap
|
||||||
# Should-Start: firewalld iptables nftables
|
# Should-Start: $syslog firewalld iptables nftables
|
||||||
# Required-Stop: $local_fs $syslog localnet swap
|
# Required-Stop: $local_fs localnet swap
|
||||||
# Should-Stop: firewalld iptables nftables
|
# Should-Stop: $syslog firewalld iptables nftables
|
||||||
# Default-Start: 3 4 5
|
# Default-Start: 3 4 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
# Short-Description: Starts and configures network interfaces.
|
# Short-Description: Starts and configures network interfaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user