summarylogtreecommitdiffstats
path: root/atheme.service
diff options
context:
space:
mode:
Diffstat (limited to 'atheme.service')
-rw-r--r--atheme.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/atheme.service b/atheme.service
new file mode 100644
index 000000000000..2334559fad41
--- /dev/null
+++ b/atheme.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Atheme IRC services
+
+[Service]
+Type=simple
+User=atheme
+Group=atheme
+ExecStart=/usr/bin/atheme-services -n -p /var/lib/atheme/pid
+Restart=always
+
+[Install]
+WantedBy=network.target