change required to should for init dependency with hotspot

This commit is contained in:
Émile Morel
2015-05-02 20:23:14 +02:00
parent 3a3578a920
commit d30c9fed2d

View File

@@ -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.