summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/rpc-mountd.service
blob: edd8c851da0b52d35bce55cdc58d1ff0d5668c34 (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/sbin/rpc.mountd $MOUNTD_OPTS

[Install]
WantedBy=multi-user.target