Fix system start

This commit is contained in:
yalh76
2019-12-28 00:11:57 +01:00
parent 0ab7d76234
commit 0c75d18c44
5 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
ynh_print_info --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP Server: [ RUNNING ]"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP Server:"
#=================================================
# END OF SCRIPT