summaryrefslogtreecommitdiffstats
path: root/systemd/pounce@.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/pounce@.service')
-rw-r--r--systemd/pounce@.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/systemd/pounce@.service b/systemd/pounce@.service
new file mode 100644
index 0000000..79c7881
--- /dev/null
+++ b/systemd/pounce@.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=pounce for %i
+Wants=network.target
+
+[Service]
+User=pounce
+Group=pounce
+ExecStart=/usr/local/bin/pounce /var/lib/pounce/.config/pounce/%i
+Restart=always
+RestartSec=15
+SyslogIdentifier=pounce-%i
+
+[Install]
+WantedBy=multi-user.target