From 6f45cdf1ab690dec89bc0026b6964540baa38313 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Jun 2021 17:28:30 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 1649bb9..0c7aacd 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,12 +9,9 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" -ExecStart=__FINALPATH__/bin/ethercalc --port __PORT__ --expire __EXPIRE__ +ExecStart=__FINALPATH__/bin/ethercalc --host 127.0.0.1 --port __PORT__ --expire __EXPIRE__ --polling --basepath /path/prefix RuntimeMaxSec=86400 Restart=always [Install] WantedBy=multi-user.target - - -#--host 127.0.0.1 --polling --basepath /path/prefix \ No newline at end of file