init.d: initial service adjustments for docker support

Add -docker keyword to the same scripts that have -lxc keyword.
This commit is contained in:
William Hubbs
2016-07-31 13:01:17 -05:00
parent ca8c29ee60
commit da28a3d367
22 changed files with 22 additions and 22 deletions

View File

@@ -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()