1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00

fix ynh_systemd_action line

This commit is contained in:
Kay0u 2023-03-22 01:22:53 +01:00
parent e31c3c4c2a
commit c245e36079
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
5 changed files with 5 additions and 5 deletions

View file

@ -9,4 +9,4 @@
<AuthenticationMethod>None</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>main</Branch>
</Config>
</Config>

View file

@ -127,7 +127,7 @@ chown $app "$data_path/config.xml"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
#=================================================
# RELOAD NGINX

View file

@ -170,7 +170,7 @@ yunohost service add $app --description="Lidarr daemon" --log="$data_path/logs/l
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="Starting Web Server"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
#=================================================
# SETUP SSOWAT

View file

@ -125,7 +125,7 @@ yunohost service add $app --description="Lidarr daemon" --log="$data_path/logs/l
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -158,7 +158,7 @@ yunohost service add $app --description="Lidarr daemon" --log="$data_path/logs/l
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
#=================================================
# RELOAD NGINX