blob: 3c3a8022ce80cc3fc83fefa120c96c6ba3754854 [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
14
15[Install]
16WantedBy=multi-user.target