diff --git a/scripts/install b/scripts/install index 4e5a1c3..335f70b 100755 --- a/scripts/install +++ b/scripts/install @@ -167,7 +167,7 @@ yunohost service add $app #================================================= # START SYSTEMD SERVICE #================================================= -ynh_print_info --message="Starting a systemd service..." +ynh_print_info --message="Starting $app service..." # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Meteor APM: completed instrumenting the app"