summarylogtreecommitdiffstats
path: root/anope.service
blob: 5db05f1c1ebd97a768f64a5a4b9d283182622ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=A set of IRC Services designed for flexibility and ease of use
Requires=network.target
After=network.target

[Service]
Type=simple
PIDFile=/run/anope/anope.pid
ExecStart=/usr/bin/services --confdir=/etc/anope --dbdir=/var/lib/anope --localedir=/usr/lib/anope/locale --logdir=/var/log/anope --modulesdir=/usr/lib/anope --nofork
ExecReload=/bin/kill -1 $MAINPID
Restart=always
User=anope
Group=anope

[Install]
WantedBy=multi-user.target