From 9ceca8a53c1d36381a6b49776e3456693fc218f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:44:50 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 99e67b2..2cc8653 100755 --- a/scripts/install +++ b/scripts/install @@ -52,8 +52,8 @@ ynh_use_logrotate ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" -ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd" +ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" --timeout="20" +ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd" --timeout="20" key=$(cat install_dir/id_ed25519.pub)