Dr. Werner Fink 2013-11-26 13:10:08 +00:00 committed by Git OBS Bridge
parent 38549f2307
commit ad36b288c8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 26 13:05:11 UTC 2013 - werner@suse.de
- If nfs-utils and autofs are both installed make sure that the nfs
client boot service will be started before autofs as otherwise
systemd dependency chain is waiting on nfs client services at
shutdown if nfs client is enabled.
-------------------------------------------------------------------
Mon Nov 18 03:35:45 UTC 2013 - nfbrown@suse.com

View File

@ -15,6 +15,7 @@
# Provides: nfs
# Required-Start: $network $portmap
# Required-Stop: $network $portmap
# X-Start-Before: +autofs
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: NFS client services