summaryrefslogtreecommitdiffstats
path: root/systemd/calico.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/calico.service')
-rw-r--r--systemd/calico.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/calico.service b/systemd/calico.service
new file mode 100644
index 0000000..18bbbbf
--- /dev/null
+++ b/systemd/calico.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=calico
+Wants=network.target
+
+[Service]
+User=pounce
+Group=pounce
+ExecStart=/usr/local/bin/calico -H irc.lsd.systems -P 6561 /var/run/calico
+RuntimeDirectory=calico
+
+[Install]
+WantedBy=multi-user.target