summarylogtreecommitdiffstats
path: root/system.service
diff options
context:
space:
mode:
Diffstat (limited to 'system.service')
-rw-r--r--system.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/system.service b/system.service
new file mode 100644
index 000000000000..ead49578b54e
--- /dev/null
+++ b/system.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shout IRC client
+After=network.target
+
+[Service]
+User=shout-irc
+Group=shout-irc
+Type=simple
+ExecStart=/usr/bin/shout-irc --home /etc/shout-irc
+
+[Install]
+WantedBy=multi-user.target