diff --git a/conf/config.xml b/conf/config.xml
index 1dc6255..6cd89f1 100644
--- a/conf/config.xml
+++ b/conf/config.xml
@@ -9,4 +9,4 @@
None
BuiltIn
main
-
+
\ No newline at end of file
diff --git a/scripts/change_url b/scripts/change_url
index 5df3f22..135d152 100755
--- a/scripts/change_url
+++ b/scripts/change_url
@@ -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
diff --git a/scripts/install b/scripts/install
index 041f264..03a9592 100755
--- a/scripts/install
+++ b/scripts/install
@@ -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
diff --git a/scripts/restore b/scripts/restore
index b0be036..90d02bc 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -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
diff --git a/scripts/upgrade b/scripts/upgrade
index ff2035e..f31fab0 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -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