mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
feat: use node helper var in service file
This commit is contained in:
parent
74171c8120
commit
d9ec1e50fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__/
|
||||
ExecStart=/usr/local/n/versions/node/14.18.1/bin/node server/server.js --port=__PORT__
|
||||
ExecStart=__YNH_NODE__ server/server.js --port=__PORT__
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
StandardError=inherit
|
||||
|
||||
|
|
Loading…
Reference in a new issue