diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-31 13:01:17 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-31 13:01:17 -0500 |
commit | da28a3d367b6078deda6bc205806b43b971e67a9 (patch) | |
tree | d3fd8a893b22b3543fbd4baf36afb7f7b526eb2d /init.d/swapfiles.in | |
parent | ca8c29ee60b0e8ca89091aaf801725bd71e28001 (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/swapfiles.in')
-rw-r--r-- | init.d/swapfiles.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swapfiles.in b/init.d/swapfiles.in index f61c4ec5..92b5c899 100644 --- a/init.d/swapfiles.in +++ b/init.d/swapfiles.in @@ -12,7 +12,7 @@ depend() { need localmount - keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc + keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver } start() |