From a6402c7534f67cde4cecfc5bdc456fa7d0728de9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 14 Feb 2020 18:50:28 +0100 Subject: [PATCH] This ExecStartPre= is buggy / useless, makes install fail on Buster --- conf/systemd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 67ed461..9bde83d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,6 @@ After=network.target Type=simple User=__APP__ Group=__APP__ -ExecStartPre=__NODEJS__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/"