2022-12-18 22:18:43 -06:00
|
|
|
[Unit]
|
|
|
|
Description=AniNIX/IRC | Anope Services
|
|
|
|
Requires=network.target
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
PIDFile=/run/anope/anope.pid
|
2025-09-29 16:33:05 -05:00
|
|
|
ExecStart=/usr/bin/services --confdir=/etc/anope/ --dbdir=/opt/anope/data --logdir=/var/log/anope --localedir=/usr/lib/anope/locale --modulesdir=/usr/lib/anope --nofork
|
2022-12-18 22:18:43 -06:00
|
|
|
ExecReload=/bin/kill -1 $MAINPID
|
|
|
|
Restart=always
|
2025-09-29 16:33:05 -05:00
|
|
|
User=anope
|
2022-12-18 22:18:43 -06:00
|
|
|
Group=ircd
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|