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"