mirror of
https://github.com/YunoHost-Apps/mstream_ynh.git
synced 2024-09-03 19:46:17 +02:00
Update systemd.service
This commit is contained in:
parent
bdb545144b
commit
ff4319a9a5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Group=__APP__
|
|||
Environment=NODE_PORT=__PORT__
|
||||
WorkingDirectory=__FINALPATH__/
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__FINALPATH__/mStream.AppImage -j __FINALPATH__/default.json
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/mStream/cli-boot-wrapper.js
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue