PKGBUILDs/core/nfs-utils/rpc-mountd.service
2012-04-27 12:15:26 -04:00

13 lines
263 B
Desktop File

[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