1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Remove remote_fs from networking.init script.

remote_fs needs networking, so networking cant really depend on remote_fs

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
Roopa Prabhu
2015-08-03 02:32:56 -07:00
parent 9f9a535a01
commit a740a43ca6

View File

@@ -1,8 +1,8 @@
#!/bin/bash
### BEGIN INIT INFO
# Provides: networking ifupdown
# Required-Start: mountkernfs $local_fs $remote_fs urandom
# Required-Stop: $local_fs $remote_fs
# Required-Start: mountkernfs $local_fs urandom
# Required-Stop: $local_fs
# Default-Start: S
# Default-Stop: 0 1 6
# Short-Description: Raise network interfaces.