blob: 4fa64e19980850bbdd17b357e527271817b1f05d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001[Unit]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002Description=NFS status monitor for NFSv2/3 locking.
3DefaultDependencies=no
4Conflicts=umount.target
5Requires=nss-lookup.target rpcbind.service
6After=network.target nss-lookup.target rpcbind.service
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8[Service]
9EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
10ExecStart=@SBINDIR@/rpc.statd -F $STATD_OPTS
Brad Bishopc68388fc2019-08-26 01:33:31 -040011LimitNOFILE=@HIGH_RLIMIT_NOFILE@
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
13[Install]
14WantedBy=multi-user.target