summaryrefslogtreecommitdiffstats
path: root/systemd/irccat.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/irccat.service')
-rw-r--r--systemd/irccat.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/systemd/irccat.service b/systemd/irccat.service
new file mode 100644
index 0000000..7a0ff00
--- /dev/null
+++ b/systemd/irccat.service
@@ -0,0 +1,14 @@
+[Unit]
+After=network.target
+Description=irccat
+
+[Service]
+Type=simple
+User=irccat
+Group=irccat
+WorkingDirectory=/opt/irccat
+Restart=always
+ExecStart=/opt/irccat/irccat
+
+[Install]
+WantedBy=multi-user.target