~ubuntu-branches/ubuntu/vivid/nfs-utils/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/27-systemd-start-nfs-idmapd-also-on-clients.patch/systemd/nfs-idmapd.service

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2015-03-06 10:19:57 UTC
  • mfrom: (92.1.2 trunk)
  • Revision ID: package-import@ubuntu.com-20150306101957-7jpr3pzm12fcsi9g
Tags: 1:1.2.8-9ubuntu6
Revert previous upload; per upstream, rpc.idmapd is not used when the
nfsidmap utility is available and configured for use in request-key
upcalls.  So rpc.idmapd does not need to be started on clients anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Unit]
2
 
Description=NFSv4 ID-name mapping service
3
 
DefaultDependencies=no
4
 
Requires=run-rpc_pipefs.mount
5
 
After=run-rpc_pipefs.mount local-fs.target
6
 
 
7
 
BindsTo=nfs-server.service
8
 
 
9
 
Wants=nfs-config.service
10
 
After=nfs-config.service
11
 
 
12
 
[Service]
13
 
EnvironmentFile=-/run/sysconfig/nfs-utils
14
 
Type=forking
15
 
ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS