]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfs-exportfs.service
- updated to 2.6.1
[packages/nfs-utils.git] / nfs-exportfs.service
index f92481385c8addb2fed7d5afdbc8b6d698aad517..279583874217b559672b44659c2d8fbe893fa23c 100644 (file)
@@ -1,10 +1,11 @@
 [Unit]
-Description=NFS Server
+Description=NFS Server exports
 Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
 After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
 
 [Service]
-Type=forking
+Type=oneshot
+RemainAfterExit=true
 StandardError=syslog+console
 ExecStart=/usr/sbin/exportfs -r
 ExecStop=/usr/sbin/exportfs -f
This page took 0.081456 seconds and 4 git commands to generate.