From a4db534ffc775a297cdec062aa0ef975a1a68934 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Jun 2021 19:26:14 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 0c7aacd..fb65a1a 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,8 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" 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 Restart=always