summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2020-04-20 18:24:03 +1000
committerMichael Palimaka <kensington@gentoo.org>2020-04-20 18:25:18 +1000
commit8bac76937d788fbb4b170f1114ab1cf294abc3df (patch)
tree08c3d3650d051cdb0787e752d57125cd15248304 /net-irc/unrealircd/files
parentdev-cpp/abseil-cpp: fix QA warning (diff)
downloadgentoo-8bac76937d788fbb4b170f1114ab1cf294abc3df.tar.gz
gentoo-8bac76937d788fbb4b170f1114ab1cf294abc3df.tar.bz2
gentoo-8bac76937d788fbb4b170f1114ab1cf294abc3df.zip
net-irc/unrealircd: version bump 5.0.4
Includes a systemd unit file Thanks-to: John Helmert III <jchelmertt3@gmail.com> Closes: https://bugs.gentoo.org/718382 Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'net-irc/unrealircd/files')
-rw-r--r--net-irc/unrealircd/files/unrealircd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-irc/unrealircd/files/unrealircd.service b/net-irc/unrealircd/files/unrealircd.service
new file mode 100644
index 000000000000..5382670ef0a4
--- /dev/null
+++ b/net-irc/unrealircd/files/unrealircd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Unrealircd IRC Server Daemon
+After=network.target
+
+[Service]
+Type=forking
+User=unrealircd
+ExecStart=/usr/bin/unrealircd
+
+[Install]
+WantedBy=multi-user.target