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 2021-06-01 19:26:14 +02:00
parent 8a57b5fa7a
commit a4db534ffc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,8 @@ Group=__APP__
WorkingDirectory=__FINALPATH__ WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__" Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production" Environment="NODE_ENV=production"
ExecStart=__FINALPATH__/bin/ethercalc --host 127.0.0.1 --port __PORT__ --expire __EXPIRE__ --polling --basepath /path/prefix ExecStart=__FINALPATH__/bin/ethercalc --host 127.0.0.1 --port __PORT__ --expire __EXPIRE__ --polling
#--basepath /path/prefix
RuntimeMaxSec=86400 RuntimeMaxSec=86400
Restart=always Restart=always