|
@@ -1,9 +1,10 @@
|
|
|
#!/bin/bash
|
|
|
### BEGIN INIT INFO
|
|
|
# Provides: ynh-vpnclient
|
|
|
-# Required-Start: $network $remote_fs $syslog
|
|
|
+# Required-Start: $network $remote_fs $syslog yunohost-api
|
|
|
# Required-Stop: $network $remote_fs $syslog
|
|
|
# Should-Start: ynh-hotspot
|
|
|
+# Should-Stop: ynh-hotspot
|
|
|
# Default-Start: 2 3 4 5
|
|
|
# Default-Stop: 0 1 6
|
|
|
# Short-Description: Start VPN client.
|