From ed1cfe27473f7fe3f54e0b739fb7fe07ba8fed8f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 9 Nov 2020 13:52:14 +0100 Subject: [PATCH] Restart service after restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 2e727af..c4c9987 100644 --- a/scripts/restore +++ b/scripts/restore @@ -107,7 +107,7 @@ yunohost service add $app --description "Jellyfin media center" --log "/var/log/ #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Startup complete" +ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Startup complete" #================================================= # RESTORE THE LOGROTATE CONFIGURATION