init.d: initial service adjustments for docker support
Add -docker keyword to the same scripts that have -lxc keyword.
This commit is contained in:
@@ -14,7 +14,7 @@ description="Mount the root fs read/write"
|
||||
depend()
|
||||
{
|
||||
need fsck
|
||||
keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc
|
||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||
}
|
||||
|
||||
start()
|
||||
|
Reference in New Issue
Block a user