Update systemd service file

This commit is contained in:
Alexander Barton 2015-08-14 19:55:32 +02:00
parent 2c18e9a7f8
commit 2a52befa56
1 changed files with 11 additions and 0 deletions

View File

@ -4,8 +4,19 @@ After=network.target
[Service]
Type=forking
User=irc
Group=irc
CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SYS_CHROOT CAP_NET_BIND_SERVICE
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
RuntimeDirectory=ircd
RuntimeDirectoryMode=750
ExecStart=/usr/sbin/ngircd
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target