]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-idmapd.service
- cosmetics
[packages/nfs-utils.git] / nfs-idmapd.service
1 [Unit]
2 Description=NFS Server
3 Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
4 After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
5
6 [Service]
7 Type=forking
8 StandardError=syslog+console
9 EnvironmentFile=-/etc/sysconfig/nfsfs
10 EnvironmentFile=-/etc/sysconfig/nfsd
11 ExecStart=/sbin/rpc.idmapd $RPCIDMAPOPTIONS
12
13 [Install]
14 WantedBy=multi-user.target
15
This page took 0.03278 seconds and 3 git commands to generate.