summaryrefslogtreecommitdiff
path: root/core/nfs-utils/rpc-mountd.service
blob: 917e1b444576f58ef236ef5dc49df1170be1cd31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=NFSv2/3 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