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:
4
debian/networking.init
vendored
4
debian/networking.init
vendored
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: networking ifupdown
|
# Provides: networking ifupdown
|
||||||
# Required-Start: mountkernfs $local_fs $remote_fs urandom
|
# Required-Start: mountkernfs $local_fs urandom
|
||||||
# Required-Stop: $local_fs $remote_fs
|
# Required-Stop: $local_fs
|
||||||
# Default-Start: S
|
# Default-Start: S
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Raise network interfaces.
|
# Short-Description: Raise network interfaces.
|
||||||
|
Reference in New Issue
Block a user