void-packages/srcpkgs/nfs-utils/files/nfsd.service
2015-06-02 10:56:21 +02:00

15 lines
288 B
Desktop File

[Unit]
Description=NFS server
After=rpcbind.service
Requires=rpcbind.service
[Service]
Type=oneshot
ExecStart=/usr/bin/rpc.nfsd
ExecStartPost=/usr/bin/exportfs -a
ExecStop=/usr/bin/rpc.nfsd 0
ExecStopPost=/usr/bin/exportfs -a -u
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target