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:
parent
fb7e948fc7
commit
0d97f90232
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue