summarylogtreecommitdiffstats
path: root/parabot.service
diff options
context:
space:
mode:
authorJonathan Schleußer2018-01-12 15:02:26 +0100
committerJonathan Schleußer2018-01-12 15:07:37 +0100
commitf5df83b786b0c8096b41636f63c92c49488b91c1 (patch)
treeab7291f1b6a9cdace889a4f25522be81f35c6144 /parabot.service
downloadaur-f5df83b786b0c8096b41636f63c92c49488b91c1.tar.gz
Initial import
Diffstat (limited to 'parabot.service')
-rw-r--r--parabot.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/parabot.service b/parabot.service
new file mode 100644
index 000000000000..ddbfd74070fa
--- /dev/null
+++ b/parabot.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=parabot irc bot
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/env RUST_BACKTRACE=1 /usr/bin/parabot ~/.config/parabot/config.toml
+WorkingDirectory=%h
+Restart=always
+
+[Install]
+WantedBy=default.target