mirror of
https://github.com/YunoHost-Apps/osjs_ynh.git
synced 2024-09-03 19:56:11 +02:00
[Fix] __SUDO_PATH__
This commit is contained in:
parent
f699ae0df0
commit
73e046df2f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ User=__APP__
|
|||
Group=__APP__
|
||||
ExecStartPre=__NODEJS__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=/usr/bin/node osjs run --port=__PORT__
|
||||
ExecStart=__SUDO_PATH__ node osjs run --port=__PORT__
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue