diff --git a/conf/systemd.service b/conf/systemd.service index 6a7b897..39dc46d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -4,7 +4,7 @@ After=__APP__.service [Service] Type=simple -ExecStart=/opt/node_n/bin/thelounge start --home /home/yunohost.app/__APP__/ +ExecStart=/usr/bin/thelounge start --home /home/yunohost.app/__APP__/ User=__APP__ Group=__APP__ Restart=on-failure