diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-01-27 23:19:54 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-30 13:26:53 +0000 |
commit | 3801cd86258152bb08d86099a3dd5d634fc45ae9 (patch) | |
tree | 211d15f003ade9490a71ab901116f183c7019e03 /testing/lxd/lxd.initd | |
parent | e5e4f856953e2caf2f2f6ee32135df73c2795459 (diff) | |
download | aports-3801cd86258152bb08d86099a3dd5d634fc45ae9.tar.bz2 aports-3801cd86258152bb08d86099a3dd5d634fc45ae9.tar.xz |
testing/lxd: upgrade to 2.8
init-script: fix indentation
Diffstat (limited to 'testing/lxd/lxd.initd')
-rw-r--r-- | testing/lxd/lxd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lxd/lxd.initd b/testing/lxd/lxd.initd index 9d3c666b0c..6020f85b35 100644 --- a/testing/lxd/lxd.initd +++ b/testing/lxd/lxd.initd @@ -7,7 +7,7 @@ command_background="true" pidfile="/var/run/${RC_SVCNAME}.pid" depend() { - need net - use lxcfs + need net + use lxcfs after firewall } |