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

Update systemd.service

This commit is contained in:
ericgaspar 2021-09-23 20:24:31 +02:00
parent 38d9b65c91
commit 3209f1cafe
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="NODE_ENV=production"
ExecStart=__FINALPATH__/script
ExecStart=/usr/bin/yarn start
ExecStart=__YNH_NPM__ start
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit