From 5c6fdf26e14c2daee78ba646b7975425696f91f7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 19 Mar 2019 19:22:35 +0100 Subject: [PATCH] Fix service start --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 93763f3..e34eb10 100644 --- a/scripts/install +++ b/scripts/install @@ -281,7 +281,7 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:" +ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_match="Started Distbin Service" #================================================= # END OF SCRIPT