SHA256
1
0
forked from pool/nfs-utils

Accepting request 208502 from Base:System

- 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.

OBS-URL: https://build.opensuse.org/request/show/208502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=110
This commit is contained in:
Stephan Kulow 2013-11-26 18:21:37 +00:00 committed by Git OBS Bridge
commit d394ab8463
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