From 48bcc865bad1ea5a0bd846b61e79c753604ef7af Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 3 Jan 2022 19:34:32 +0100 Subject: [PATCH] Update conf/systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index c6136d8..4446c2c 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/ Environment="__YNH_NODE_LOAD_PATH__" Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/" Environment="NODE_ENV=production" -ExecStart==thelounge start +ExecStart=thelounge start Restart=on-failure RestartSec=5 StartLimitInterval=60s