mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
Update systemd.service
This commit is contained in:
parent
3852a0a24a
commit
d39f6f1c0f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=development"
|
||||||
ExecStart=/bin/sh -c ' npm run unmanaged'
|
ExecStart=/bin/sh -c ' npm run unmanaged'
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Reference in a new issue