aboutsummaryrefslogtreecommitdiffstats
path: root/community/taskd/taskd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/taskd/taskd.initd')
-rw-r--r--community/taskd/taskd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/taskd/taskd.initd b/community/taskd/taskd.initd
new file mode 100644
index 0000000000..cbf86f9a6e
--- /dev/null
+++ b/community/taskd/taskd.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+description="Secure server providing multi-user, multi-client access to task data"
+command=/usr/bin/taskd
+command_args="server --data /var/lib/taskd"
+
+start_stop_daemon_args="--user taskd:taskd"
+
+depend() {
+ need net
+ after firewall
+}