www-client/w3m: remove
[sgilles-overlay.git] / net-fs / nfs-utils / files / nfsd.service-r1
blobe15cf98f9becdb330df98c1ff08a1ffcfb63faa5
1 [Unit]
2 Description=NFS server
3 After=rpcbind.service
4 Requires=rpcbind.service
6 [Service]
7 Type=oneshot
8 ExecStart=/usr/sbin/rpc.nfsd 8
9 ExecStartPost=/usr/sbin/exportfs -a
10 ExecStop=/usr/sbin/rpc.nfsd 0
11 ExecStopPost=/usr/sbin/exportfs -a -u
12 RemainAfterExit=yes
14 [Install]
15 WantedBy=multi-user.target