From b3f2fae23a868b2a1e5b98dd19cebf6d586d3404 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 26 Dec 2021 18:03:31 +0100 Subject: [PATCH] Fix service inconsistency --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 0d29ed6..5e585e5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -86,7 +86,7 @@ systemctl enable $app.service --quiet # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --description="Low-code programming for event-driven applications" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd" #================================================= # START SYSTEMD SERVICE