ngircd.service 496 B

1234567891011121314151617181920212223
  1. [Unit]
  2. Description=Next Generation IRC Daemon
  3. Documentation=man:ngircd(8) man:ngircd.conf(5)
  4. After=network.target
  5. [Service]
  6. Type=forking
  7. ExecStart=/usr/sbin/ngircd
  8. ExecReload=/bin/kill -HUP $MAINPID
  9. Restart=on-failure
  10. User=irc
  11. Group=irc
  12. CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SYS_CHROOT CAP_NET_BIND_SERVICE
  13. NoNewPrivileges=true
  14. PrivateTmp=yes
  15. PrivateDevices=yes
  16. ProtectSystem=full
  17. ProtectHome=true
  18. RuntimeDirectoryMode=750
  19. RuntimeDirectory=ngircd
  20. [Install]
  21. WantedBy=multi-user.target