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 23:01:12 +02:00 committed by GitHub
parent 75c3bf575d
commit c1615c8c6c

View file

@ -10,7 +10,7 @@ Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=/usr/bin/env node osjs run --port=__PORT__
ExecStart=node osjs run --port=__PORT__
Restart=always
[Install]