Change required-start

This commit is contained in:
Julien VAUBOURG
2015-05-02 20:29:45 +02:00
parent d30c9fed2d
commit 8d7b5df07d

View File

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