diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/netfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 3633284b..0376d907 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -13,6 +13,7 @@ # Provides: $remote_fs # Short-Description: Mount and unmount network filesystems. # Description: Mount and unmount network filesystems. +# Should-Start: $network ### END INIT INFO [ -f /etc/sysconfig/network ] || exit 0 |