aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxcfs/lxcfs.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lxcfs/lxcfs.initd')
-rw-r--r--testing/lxcfs/lxcfs.initd6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/lxcfs/lxcfs.initd b/testing/lxcfs/lxcfs.initd
new file mode 100644
index 0000000000..df2ec2e02f
--- /dev/null
+++ b/testing/lxcfs/lxcfs.initd
@@ -0,0 +1,6 @@
+#!/sbin/openrc-run
+command=/usr/bin/lxcfs
+command_args="-f -o allow_other /var/lib/lxcfs"
+pidfile="/run/lxcfs.pid"
+command_background="yes"
+retry="TERM/45"