blob: c01415de842f6a020f2cbcdf77e9d42f8638d032 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001[Unit]
2Description=NFS Mount Daemon
Brad Bishop6e60e8b2018-02-01 10:27:11 -05003DefaultDependencies=no
Brad Bishop96ff1982019-08-19 13:50:42 -04004After=rpcbind.socket
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005Requires=proc-fs-nfsd.mount
6After=proc-fs-nfsd.mount
7After=network.target local-fs.target
8BindsTo=nfs-server.service
9ConditionPathExists=@SYSCONFDIR@/exports
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
11[Service]
12EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
13ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
Brad Bishopc68388fc2019-08-26 01:33:31 -040014LimitNOFILE=@HIGH_RLIMIT_NOFILE@
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
16[Install]
17WantedBy=multi-user.target