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:
frju365 2017-08-24 15:27:46 +02:00 committed by GitHub
parent ac338e0729
commit f75942a420

View file

@ -10,7 +10,7 @@ Group=__APP__
ExecStartPre=__NODEJS__ ExecStartPre=__NODEJS__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__" Environment="PATH=__ENV_PATH__"
ExecStart=/bin/bash -c 'exec __NODE__ app.js | tee /var/log/__APP__/__APP__.log' ExecStart=/bin/bash -c 'exec __NODE__ app.js'
Restart=always Restart=always
[Install] [Install]