diff --git a/scripts/change_url b/scripts/change_url index 2b8fca6..179512f 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -126,7 +126,7 @@ chown $app "$data_path/config.xml" #================================================= ynh_script_progression --message="Starting a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting" #================================================= # RELOAD NGINX diff --git a/scripts/install b/scripts/install index e7e6d07..0b74b18 100755 --- a/scripts/install +++ b/scripts/install @@ -171,7 +171,7 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting" # FIXME Update config.xml checksum, for a mere file ending with or without a new line... ynh_store_file_checksum --file="$data_path/config.xml" diff --git a/scripts/restore b/scripts/restore index ba78e42..4f476fc 100755 --- a/scripts/restore +++ b/scripts/restore @@ -126,7 +126,7 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=2 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting" # FIXME Update config.xml checksum, for a mere file ending with or without a new line... ynh_store_file_checksum --file="$data_path/config.xml" diff --git a/scripts/upgrade b/scripts/upgrade index 12c04b8..976e60b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,7 +165,7 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=2 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting" # FIXME Update config.xml checksum, for a mere file ending with or without a new line... ynh_store_file_checksum --file="$data_path/config.xml"