repo.or.cz
/
sgilles-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
www-client/w3m: remove
[sgilles-overlay.git]
/
net-fs
/
nfs-utils
/
files
/
nfsd.service-r1
blob
e15cf98f9becdb330df98c1ff08a1ffcfb63faa5
1
[Unit]
2
Description=NFS server
3
After=rpcbind.service
4
Requires=rpcbind.service
5
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
13
14
[Install]
15
WantedBy=multi-user.target