]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-exportfs.service
- cosmetics
[packages/nfs-utils.git] / nfs-exportfs.service
CommitLineData
24570706
JR
1[Unit]
2Description=NFS Server
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.024045 seconds and 4 git commands to generate.