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:
parent
38d9b65c91
commit
3209f1cafe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue