]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-lock.service
- updated to 2.3.4
[packages/nfs-utils.git] / nfs-lock.service
CommitLineData
24570706 1[Unit]
245b0630 2Description=NFS file locking service
24570706 3Requires=rpcbind.service network.target
7804a996 4After=network.target named.service rpcbind.service blkmapd.service idmapd.service nfsd.service
24570706
JR
5
6[Service]
7Type=forking
8StandardError=syslog+console
9EnvironmentFile=-/etc/sysconfig/nfslock
7804a996 10ExecStartPre=/usr/share/nfs-utils/nfslock.preconfig
24570706
JR
11ExecStart=/sbin/rpc.statd $STATDOPTIONS
12# Make sure lockd's ports are reset
13ExecStopPost=-/sbin/sysctl -w fs.nfs.nlm_tcpport=0 fs.nfs.nlm_udpport=0
14
15[Install]
16WantedBy=multi-user.target
This page took 0.02273 seconds and 4 git commands to generate.