]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-exportfs.service
- updated to 2.6.4
[packages/nfs-utils.git] / nfs-exportfs.service
1 [Unit]
2 Description=NFS Server exports
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=oneshot
8 RemainAfterExit=true
9 StandardError=syslog+console
10 ExecStart=/usr/sbin/exportfs -r
11 ExecStop=/usr/sbin/exportfs -f
12
13 [Install]
14 WantedBy=multi-user.target
15
This page took 0.057428 seconds and 3 git commands to generate.