From 96c93868ede679be1d6e661a9ffab1606032b8eb Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 1 May 2018 12:40:32 +0200 Subject: [PATCH] [fix] 502 Bad gateway --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 39dc46d..6a7b897 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -4,7 +4,7 @@ After=__APP__.service [Service] Type=simple -ExecStart=/usr/bin/thelounge start --home /home/yunohost.app/__APP__/ +ExecStart=/opt/node_n/bin/thelounge start --home /home/yunohost.app/__APP__/ User=__APP__ Group=__APP__ Restart=on-failure