1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-02-26 18:53:44 +01:00
parent a6bc4eeb46
commit 8a65fc7e8d

View file

@ -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"