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
|
||||
### 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.
|
||||
|
Reference in New Issue
Block a user