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