From d30c9fed2d310cb76d8fcc75c0a7677e4c861edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Morel?= Date: Sat, 2 May 2015 20:23:14 +0200 Subject: [PATCH] change required to should for init dependency with hotspot --- conf/init_ynh-vpnclient | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/init_ynh-vpnclient b/conf/init_ynh-vpnclient index 6fc5b7c..d97e21b 100644 --- a/conf/init_ynh-vpnclient +++ b/conf/init_ynh-vpnclient @@ -1,8 +1,9 @@ #!/bin/bash ### BEGIN INIT INFO # Provides: ynh-vpnclient -# Required-Start: $network $remote_fs $syslog ynh-hotspot +# Required-Start: $network $remote_fs $syslog # Required-Stop: $network $remote_fs $syslog +# Should-Start: ynh-hotspot # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start VPN client.