2 ################################################
 
   3 ### Managed by someone's ansible provisioner ###
 
   4 ################################################
 
   5 # Part of: https://git.somenet.org/root/pub/somesible.git
 
   6 # 2017-2025 by someone <someone@somenet.org>
 
  10 Description=Anope IRC-Services
 
  11 After=network.target inspircd.service
 
  15 PIDFile=/run/anope/anope.pid
 
  16 RuntimeDirectory=anope
 
  17 WorkingDirectory=/srv/anope/
 
  20 ExecStart=/usr/sbin/anope --confdir=/etc/anope --dbdir=/srv/anope/db --logdir=/var/log/anope --modulesdir=/usr/lib/anope --localedir=/usr/share/anope/locale
 
  21 ExecReload=/bin/kill -HUP $MAINPID
 
  26 WantedBy=multi-user.target