1
0
Fork 0
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:
frju365 2017-06-30 20:09:59 +02:00 committed by GitHub
parent f699ae0df0
commit 73e046df2f

View file

@ -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]