summaryrefslogtreecommitdiff
path: root/systemd/pbot.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/pbot.service')
-rw-r--r--systemd/pbot.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/pbot.service b/systemd/pbot.service
new file mode 100644
index 0000000..bdb0144
--- /dev/null
+++ b/systemd/pbot.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=The #parabola bot
+
+[Service]
+ExecStart=/home/pbot/pbot start
+ExecStop=/home/pbot/pbot stop
+User=pbot
+
+[Install]
+WantedBy=multi-user.target