]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-exportfs.service
- updated to 2.3.4
[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]
4c92e03a
JR
7Type=oneshot
8RemainAfterExit=true
24570706
JR
9StandardError=syslog+console
10ExecStart=/usr/sbin/exportfs -r
11ExecStop=/usr/sbin/exportfs -f
12
13[Install]
14WantedBy=multi-user.target
15
This page took 0.030091 seconds and 4 git commands to generate.