summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2023-02-26 18:37:41 -0800
committerJoonas Niilola <juippis@gentoo.org>2023-03-08 15:43:45 +0200
commit38170f3850411e75ec88aa94ce2210f63ed3b6d0 (patch)
tree79c1573e32f628649f792801f697e659b35ed164 /net-irc/atheme-services/files
parentnet-irc/inspircd: drop 3.14.0-r1 (diff)
downloadgentoo-38170f3850411e75ec88aa94ce2210f63ed3b6d0.tar.gz
gentoo-38170f3850411e75ec88aa94ce2210f63ed3b6d0.tar.bz2
gentoo-38170f3850411e75ec88aa94ce2210f63ed3b6d0.zip
net-irc/atheme-services: Add 7.2.12-r4
Bug: https://bugs.gentoo.org/895470 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/29821 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-irc/atheme-services/files')
-rw-r--r--net-irc/atheme-services/files/atheme-services.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-irc/atheme-services/files/atheme-services.service b/net-irc/atheme-services/files/atheme-services.service
new file mode 100644
index 000000000000..a552ead5b413
--- /dev/null
+++ b/net-irc/atheme-services/files/atheme-services.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Atheme IRC services
+After=network-online.target
+Wants=network-online.target
+
+[Service]
+RuntimeDirectory=atheme
+ExecStart=/usr/bin/atheme-services
+ExecReload=kill -HUP $MAINPID
+Type=forking
+PIDFile=/run/atheme/atheme.pid
+User=atheme-services
+
+[Install]
+WantedBy=multi-user.target