diff --git a/conf/ynh-vpnclient b/conf/ynh-vpnclient index 910e282..36a97e8 100644 --- a/conf/ynh-vpnclient +++ b/conf/ynh-vpnclient @@ -199,7 +199,7 @@ stop_openvpn() { sync_time() { systemctl stop ntp - ntpd -qg &> /dev/null + timeout 20 ntpd -qg &> /dev/null systemctl start ntp }