mirror of
https://github.com/moparisthebest/arch-ppa
synced 2025-02-17 15:40:28 -05:00
13 lines
198 B
SYSTEMD
13 lines
198 B
SYSTEMD
|
[Unit]
|
||
|
Description=Atheme IRC services
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=atheme
|
||
|
Group=atheme
|
||
|
ExecStart=/usr/bin/atheme-services -n -p /var/lib/atheme/pid
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=network.target
|