]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-idmapd.service
- unify systemd service names with SysV to ease transition
[packages/nfs-utils.git] / nfs-idmapd.service
CommitLineData
24570706 1[Unit]
245b0630 2Description=NFSv4 ID <-> Name Mapper
24570706
JR
3Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
4After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
5
6[Service]
7Type=forking
8StandardError=syslog+console
9EnvironmentFile=-/etc/sysconfig/nfsfs
10EnvironmentFile=-/etc/sysconfig/nfsd
678e9da9 11ExecStart=/sbin/rpc.idmapd $RPCIDMAPOPTIONS
24570706
JR
12
13[Install]
14WantedBy=multi-user.target
15
This page took 0.142669 seconds and 4 git commands to generate.