aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-31 13:01:17 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-31 13:01:17 -0500
commitda28a3d367b6078deda6bc205806b43b971e67a9 (patch)
treed3fd8a893b22b3543fbd4baf36afb7f7b526eb2d /init.d/localmount.in
parentca8c29ee60b0e8ca89091aaf801725bd71e28001 (diff)
init.d: initial service adjustments for docker support
Add -docker keyword to the same scripts that have -lxc keyword.
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index b7de0d82..d2c93212 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -16,7 +16,7 @@ depend()
need fsck
use lvm modules mtab
after lvm modules
- keyword -jail -prefix -systemd-nspawn -vserver -lxc
+ keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
}
start()