mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Update systemd.service
This commit is contained in:
parent
d159bb0d6e
commit
cf045d7435
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Group=__APP__
|
||||||
ExecStartPre=__NODEJS__
|
ExecStartPre=__NODEJS__
|
||||||
WorkingDirectory=__FINALPATH__
|
WorkingDirectory=__FINALPATH__
|
||||||
Environment="PATH=__ENV_PATH__"
|
Environment="PATH=__ENV_PATH__"
|
||||||
ExecStart=/opt/node_n/n/versions/node/__VERSION__/bin/npm start
|
ExecStart=/opt/node_n/n/versions/node/4/bin/npm start
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue