From 8b4873cd4a02e61cc61d7febf547bdc6f28239cf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Jul 2021 22:36:58 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 30563ad..4524d47 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" #Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__" Environment="NODE_ENV=production" -ExecStart=/usr/bin/yarn start -c port=__PORT__ +ExecStart=/usr/bin/yarn start -c port=__PORT__ -c public=true #ExecStart=THELOUNGE_HOME=/home/yunohost.app/__APP__ thelounge start -c port=__PORT__ -c public=true Restart=on-failure RestartSec=5