init.d: swap should always be started after root
Otherwise if a swap file is being used, and swap is started before root, swapon may fail because of a read-only filesystem.
This commit is contained in:
parent
b46123f2e1
commit
3e68013631
@ -11,7 +11,7 @@
|
||||
|
||||
depend()
|
||||
{
|
||||
after clock
|
||||
after clock root
|
||||
before localmount
|
||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user