]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfsd.service
- updated to 2.6.4
[packages/nfs-utils.git] / nfsd.service
CommitLineData
24570706
JR
1[Unit]
2Description=NFS Server
7804a996
JR
3Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service nfsd-exportfs.service
4After=network.target named.service rpcbind.service rquotad.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount nfsd-exportfs.service nfsd-mountd.service
24570706
JR
5
6[Service]
0b430e97
JR
7Type=oneshot
8RemainAfterExit=true
24570706
JR
9StandardError=syslog+console
10EnvironmentFile=-/etc/sysconfig/nfsd
7804a996 11ExecStartPre=-/usr/share/nfs-utils/nfslock.preconfig
a3a2f6ff 12ExecStartPre=/usr/share/nfs-utils/nfsd.preconfig
0b430e97 13ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDOPTIONS $RPCNFSDCOUNT
a3a2f6ff 14ExecStartPost=-/usr/share/nfs-utils/nfsd.postconfig
24570706
JR
15ExecStop=/usr/sbin/rpc.nfsd 0
16
17[Install]
18WantedBy=multi-user.target
19
This page took 0.119093 seconds and 4 git commands to generate.