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:
parent
75185f824f
commit
86c094130a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ WorkingDirectory=__FINALPATH__
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=/usr/bin/node index.js run
|
Environment="PATH=__ENV_PATH__"
|
||||||
|
ExecStart=__NODE__/node index.js run
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue