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:
parent
4099bcbae0
commit
ad86f101eb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue