diff options
author | Robby <robby@chatbelgie.be> | 2019-03-23 23:14:45 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-03-24 14:47:48 +0000 |
commit | 94ce90c588b7d919102a91d3e0f6df4188ae417b (patch) | |
tree | 09b7f3de8db362f19bb3951fde7fb5077aab52ee | |
parent | 9b732cb49dcd1b8d28881236f5afb93e47f19b94 (diff) |
Add the User and Group options to the systemd service unit template file.
-rw-r--r-- | make/template/inspircd.service | 2 |
1 files changed, 2 insertions, 0 deletions
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 |