summarylogtreecommitdiffstats
path: root/system.service
diff options
context:
space:
mode:
authorMaxime Poulin2015-09-22 01:55:26 -0400
committerMaxime Poulin2015-09-22 01:55:26 -0400
commitb242c7c54e2e61ae55dc24b0e07f729b733cbf88 (patch)
tree7c2bd36831f5963bd6a3aa23665e3ae8e593df0a /system.service
downloadaur-b242c7c54e2e61ae55dc24b0e07f729b733cbf88.tar.gz
Move to AUR4 and update to latest
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