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

Update systemd.service

This commit is contained in:
oufmilo 2023-02-04 20:22:02 +01:00 committed by GitHub
parent 2cfd40ab99
commit 1cd508f0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="__YNH_NODE_LOAD_PATH__"
Environment="NODE_ENV=production"
ExecStart="/opt/node_n/n/versions/node/19/bin/pnpm start"
ExecStart=__YNH_NPM__ start
TimeoutSec=60
Restart=always