1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Update systemd.service: i have no idea what i'm doing but let's try to enable some damn error logging x_x

This commit is contained in:
Alexandre Aubin 2023-12-04 21:24:44 +01:00 committed by Félix Piédallu
parent 4099bcbae0
commit ad86f101eb

View file

@ -10,6 +10,7 @@ WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NPM__ run serve
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=syslog
Restart=always
# Sandboxing options to harden security