]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-mountd.service
- add systemd services configs
[packages/nfs-utils.git] / nfs-mountd.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 proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount nfs-exportfs.service
5
6[Service]
7Type=forking
8StandardError=syslog+console
9EnvironmentFile=-/etc/sysconfig/nfsd
10ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDOPTIONS
11
12[Install]
13WantedBy=multi-user.target
14
This page took 0.06172 seconds and 4 git commands to generate.