From 8a65fc7e8da95964e5822b12433eb21c39390adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Feb 2023 18:53:44 +0100 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 990fe4c..61f2bcc 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -4,7 +4,9 @@ After=syslog.target network.target [Service] Type=simple -User=root +#User=root +User=__APP__ +Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="LC_ALL=C.UTF-8" Environment="LANG=C.UTF-8"