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

[fix] Systemd service

This commit is contained in:
Rafi59 2018-11-06 19:46:13 +01:00 committed by GitHub
parent 75185f824f
commit 86c094130a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@ WorkingDirectory=__FINALPATH__
User=__APP__
Group=__APP__
Environment="NODE_ENV=production"
ExecStart=/usr/bin/node index.js run
Environment="PATH=__ENV_PATH__"
ExecStart=__NODE__/node index.js run
Restart=always
[Install]