1
0
Fork 0
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:
Éric Gaspar 2023-09-21 18:07:07 +02:00
parent 3852a0a24a
commit d39f6f1c0f

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
Environment="NODE_ENV=development"
ExecStart=/bin/sh -c ' npm run unmanaged'
WorkingDirectory=__INSTALL_DIR__/
Restart=always