From 7249212cdb8bbddb8392dd42138b1440e99af299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 29 Jan 2024 18:03:23 +0100 Subject: [PATCH] Fix yunohost service add inconsistency --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 62e084c..1230975 100644 --- a/scripts/restore +++ b/scripts/restore @@ -47,7 +47,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable "$app.service" --quiet -yunohost service add "$app" --description="Responsive web-based XMPP client" +yunohost service add "$app" --description=Responsive web-based XMPP client --log="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION