summaryrefslogtreecommitdiff
path: root/net-irc/atheme-services/files/atheme-services.service
blob: a552ead5b4133b721cdab08136e13a906516f825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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