1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Update systemd.service

This commit is contained in:
frju365 2017-06-30 20:48:46 +02:00 committed by GitHub
parent 3ebf472273
commit 3e934014b5

View file

@ -9,7 +9,7 @@ User=__APP__
Group=__APP__
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=__SUDO_PATH__ osjs run --port=__PORT__
ExecStart=/usr/bin/env PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin osjs run --port=__PORT__
Restart=always
[Install]