aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd
diff options
context:
space:
mode:
authorMárcio Silva <coadde at hyperbola dot info>2017-06-02 15:48:13 -0300
committerMárcio Silva <coadde at hyperbola dot info>2017-06-02 17:12:07 -0300
commitae928016bf637b26326ec335b10898c6c2b0e4b9 (patch)
tree98fa3a0180c9eba01d3b9082373e7a402c3f632e /contrib/systemd
parentb4830e97ae51396ccaa9ca2acb469aef80094ae8 (diff)
downloadhyperbot-ae928016bf637b26326ec335b10898c6c2b0e4b9.tar.lz
hyperbot-ae928016bf637b26326ec335b10898c6c2b0e4b9.tar.xz
hyperbot-ae928016bf637b26326ec335b10898c6c2b0e4b9.zip
Import some files from pbot-ng project and branding this project to hyperbot
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/hyperbot.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/systemd/hyperbot.service b/contrib/systemd/hyperbot.service
new file mode 100644
index 0000000..02af8c0
--- /dev/null
+++ b/contrib/systemd/hyperbot.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=The #hyperbola bot
+
+[Service]
+ExecStart=/srv/hyperbot/hyperbot start
+ExecStop=/srv/hyperbot/hyperbot stop
+User=hyperbot
+
+[Install]
+WantedBy=multi-user.target