mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Update systemd service file
This commit is contained in:
		| @@ -4,8 +4,19 @@ After=network.target | |||||||
|  |  | ||||||
| [Service] | [Service] | ||||||
| Type=forking | 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 | ExecStart=/usr/sbin/ngircd | ||||||
| ExecReload=/bin/kill -HUP $MAINPID | ExecReload=/bin/kill -HUP $MAINPID | ||||||
|  | Restart=on-failure | ||||||
|  |  | ||||||
| [Install] | [Install] | ||||||
| WantedBy=multi-user.target | WantedBy=multi-user.target | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton