[Unit] Description=NFS server and services Requires=network.target proc-fs-nfsd.mount rpcbind.target rpc-mountd.service Wants=rpc-idmapd.service rpc-statd.service rpc-statd-notify.service Before=rpc-statd-notify.service After=network.target proc-fs-nfsd.mount rpcbind.target rpc-idmapd.service rpc-statd.service [Service] Type=oneshot RemainAfterExit=yes EnvironmentFile=/etc/default/nfs-utils ExecStartPre=/usr/bin/exportfs -r ExecStart=/usr/bin/rpc.nfsd $NFSD_OPTS ExecStop=/usr/bin/rpc.nfsd 0 ExecStopPost=/usr/bin/exportfs -au ExecStopPost=/usr/bin/exportfs -f ExecReload=/usr/bin/exportfs -r [Install] WantedBy=multi-user.target