[Unit] 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=oneshot RemainAfterExit=true StandardError=syslog+console ExecStart=/usr/sbin/exportfs -r ExecStop=/usr/sbin/exportfs -f [Install] WantedBy=multi-user.target