From: Robby Date: Sat, 23 Mar 2019 22:14:45 +0000 (+0100) Subject: Add the User and Group options to the systemd service unit template file. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=94ce90c588b7d919102a91d3e0f6df4188ae417b;p=user%2Fhenk%2Fcode%2Finspircd.git Add the User and Group options to the systemd service unit template file. --- diff --git a/make/template/inspircd.service b/make/template/inspircd.service index c05e61822..e29aa593f 100644 --- a/make/template/inspircd.service +++ b/make/template/inspircd.service @@ -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