3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
12 lines
262 B
Desktop File
12 lines
262 B
Desktop File
[Unit]
|
|
Description=NFS Mount Daemon
|
|
After=rpcbind.service nfs-server.service
|
|
Requires=rpcbind.service nfs-server.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
|
|
ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|