#
################################################
### Managed by someone's ansible provisioner ###
################################################
# Part of: https://git.somenet.org/root/pub/somesible.git
# 2017-2025 by someone <someone@somenet.org>
#

[Unit]
Description=Anope IRC-Services
After=network.target inspircd.service

[Service]
Type=forking
PIDFile=/run/anope/anope.pid
RuntimeDirectory=anope
WorkingDirectory=/srv/anope/
User=anope
Group=anope
ExecStart=/usr/sbin/anope --confdir=/etc/anope --dbdir=/srv/anope/db --logdir=/var/log/anope --modulesdir=/usr/lib/anope --localedir=/usr/share/anope/locale
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target