summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/rpc-mountd.service
blob: 7528884c28eaa9fa82c0a62117834fff1679f3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=NFS Mount Daemon
After=rpcbind.service nfsd.service
Requires=rpcbind.service nfsd.service

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

[Install]
WantedBy=multi-user.target