aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lxd/lxd.initd')
-rw-r--r--testing/lxd/lxd.initd13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/lxd/lxd.initd b/testing/lxd/lxd.initd
deleted file mode 100644
index 6020f85b350..00000000000
--- a/testing/lxd/lxd.initd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# (c) 2016 Alpine Linux
-
-command="/usr/sbin/lxd"
-command_args="${LXD_OPTIONS}"
-command_background="true"
-pidfile="/var/run/${RC_SVCNAME}.pid"
-
-depend() {
- need net
- use lxcfs
- after firewall
-}