From 78ebdce6a16942c7081565472862ab6730321ee3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 8 Mar 2023 18:00:27 +0000 Subject: gentoo auto-resync : 08:03:2023 - 18:00:26 --- net-irc/atheme-services/files/atheme-services.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-irc/atheme-services/files/atheme-services.service (limited to 'net-irc/atheme-services/files') 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 -- cgit v1.2.3