From 6a3a4ce536065727b50fc16b544aa7f1fb5898d9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 09:27:08 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 71ccc00..a6d5c3b 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,8 +10,8 @@ WorkingDirectory=__FINALPATH__/ Environment="PATH=__ENV_PATH__" Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/" Environment="NODE_ENV=production" -#ExecStart=/usr/bin/yarn start -ExecStart=__FINALPATH__/ start +ExecStart=/usr/bin/yarn start +#ExecStart=__FINALPATH__/ start Restart=on-failure RestartSec=5 StartLimitInterval=60s