1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00

Update service start line match

This commit is contained in:
tituspijean 2023-04-04 23:27:59 +02:00
parent fb7e948fc7
commit 0d97f90232
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"