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

@@ -16,7 +16,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
depend()
{
keyword -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
use root
after bootmisc
}