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 20:06:08 +02:00
parent 9f9a5e97ae
commit b52a48108d

View file

@ -10,6 +10,7 @@ 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