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:
@ -11,7 +11,7 @@
|
||||
|
||||
depend()
|
||||
{
|
||||
after clock
|
||||
after clock root
|
||||
before localmount
|
||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||
}
|
||||
|
Reference in New Issue
Block a user