summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:10 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:10 -0300
commitaaa73650c5dda347d76d221d74a9454c6295ed08 (patch)
treebc202d65a6d4fc1e93f118fee8a3b81a19b45690 /social
parent060a5938b099fa248eda86b56658a31d54be7c28 (diff)
Missing .service
Diffstat (limited to 'social')
-rw-r--r--social/opentracker/opentracker.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/social/opentracker/opentracker.service b/social/opentracker/opentracker.service
new file mode 100644
index 000000000..5f1b887ea
--- /dev/null
+++ b/social/opentracker/opentracker.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenTracker Daemon
+After=network.target
+
+[Service]
+User=nobody
+ExecStart=/usr/bin/opentracker -f /etc/opentracker/config
+ExecStop=/bin/kill -INT $MAINPID
+
+[Install]
+WantedBy=multi-user.target