From 353d78574d960a9f15d9afc923901447c6458de9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 1 Feb 2019 22:32:17 +0100 Subject: [PATCH] Fix ynh_systemd_action --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c0633b9..68d7d70 100644 --- a/scripts/install +++ b/scripts/install @@ -318,4 +318,4 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --line_match="Started Distbin Service" +ynh_systemd_action --action=start --service_name=$app --line_match="Started Distbin Service" --log_path=/var/log/syslog