diff options
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() |