]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-exportfs.service
- rpc.nfsd just signals the kernel to fire up nfsd threads;
[packages/nfs-utils.git] / nfs-exportfs.service
CommitLineData
24570706 1[Unit]
245b0630 2Description=NFS Server exports
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
9ExecStart=/usr/sbin/exportfs -r
10ExecStop=/usr/sbin/exportfs -f
11
12[Install]
13WantedBy=multi-user.target
14
This page took 0.026542 seconds and 4 git commands to generate.