Add initscripts changes needed for rpcbind to be running when nfs is started
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
f517c363e8
commit
10702da2ca
4
nfs.init
4
nfs.init
@ -12,8 +12,8 @@
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: nfs
|
||||
# Required-Start: $local_fs $network $syslog $portmap
|
||||
# Required-Stop: $local_fs $network $syslog
|
||||
# Required-Start: $local_fs $network $syslog $rpcbind
|
||||
# Required-Stop: $local_fs $network $syslog $rpcbind
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Start up the NFS server sevice
|
||||
# Description: NFS is a popular protocol for file sharing across networks \
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: nfslock
|
||||
# Required-Start: $network $syslog $portmap
|
||||
# Required-Stop: $network $syslog
|
||||
# Required-Start: $network $syslog $rpcbind
|
||||
# Required-Stop: $network $syslog $rpcbind
|
||||
# Default-Start: 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Start up the NFS file locking sevice
|
||||
|
Loading…
Reference in New Issue
Block a user