diff options
Diffstat (limited to 'init.d/procfs.in')
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index b78afc7c..de618733 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -15,7 +15,7 @@ depend() { use modules devfs need localmount - keyword -openvz -prefix -systemd-nspawn -vserver -lxc + keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver } start() |