Browse Source

change required to should for init dependency with hotspot

Émile Morel 10 years ago
parent
commit
d30c9fed2d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      conf/init_ynh-vpnclient

+ 2 - 1
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.