]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add the User and Group options to the systemd service unit template file.
authorRobby <robby@chatbelgie.be>
Sat, 23 Mar 2019 22:14:45 +0000 (23:14 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 24 Mar 2019 14:47:48 +0000 (14:47 +0000)
make/template/inspircd.service

index c05e618226dcfb88facfd65aa38b76438197547f..e29aa593f6c979d1665fd0f7b563793e516f6430 100644 (file)
@@ -30,6 +30,8 @@ ExecStop=@SCRIPT_DIR@/inspircd stop
 PIDFile=@DATA_DIR@/inspircd.pid
 Restart=on-failure
 Type=forking
+User=@USER@
+Group=@GROUP@
 
 [Install]
 WantedBy=multi-user.target