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=IRC server
 
  11 Documentation=man:inspircd(1)
 
  12 After=network-online.target
 
  13 Wants=network-online.target
 
  19 ExecStart=/usr/sbin/inspircd --config /etc/inspircd/inspircd.conf --nofork --nolog --nopid
 
  20 ExecReload=/bin/kill -HUP $MAINPID
 
  26 WantedBy=multi-user.target