1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-09-20 19:38:05 +02:00
parent 0ff5b3a3e8
commit 76d844af27

View file

@ -10,7 +10,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NODE__ app.js
StandardOutput=append:/var/log/__APP__/__APP__.log
Restart=always