summaryrefslogtreecommitdiff
path: root/core/nfs-utils/rpc-mountd.service
blob: 2969ee6b0085e596e5c767a1efd6febd008a8219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=NFS Mount Server Daemon
Documentation=man:rpc.mountd(8)
After=rpcbind.service nfsd.service
Requires=rpcbind.service nfsd.service
Before=nfs-server.target
PartOf=nfs-server.target

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/nfs-server.conf
ExecStart=/usr/bin/rpc.mountd $MOUNTD_OPTS

[Install]
WantedBy=multi-user.target