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 2018-06-18 12:23:12 +02:00 committed by GitHub
parent 2d1d9133d3
commit dcdb0d12a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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