summarylogtreecommitdiffstats
path: root/soju.service
diff options
context:
space:
mode:
Diffstat (limited to 'soju.service')
-rw-r--r--soju.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/soju.service b/soju.service
new file mode 100644
index 000000000000..ba900b988867
--- /dev/null
+++ b/soju.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=soju IRC bouncer service
+After=network.target
+
+[Service]
+Type=simple
+User=soju
+Restart=always
+ExecStart=/usr/bin/soju --config /var/lib/soju/soju.config
+
+[Install]
+WantedBy=multi-user.target