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

Update systemd.service

This commit is contained in:
ericgaspar 2020-11-03 16:14:09 +01:00
parent c7c1702b79
commit bcfc404b8e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,10 +6,10 @@ After=network.target
Type=simple
User=__APP__
Group=__APP__
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
WorkingDirectory=__FINALPATH__
ExecStart=/ethercalc --port __PORT__ --expire __EXPIRE__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
ExecStart=__FINALPATH__/ethercalc --port __PORT__ --expire __EXPIRE__
RuntimeMaxSec=86400
Restart=always