diff options
-rw-r--r-- | systemd/nfs-mountd.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/nfs-mountd.service b/systemd/nfs-mountd.service new file mode 100644 index 0000000..92e05ca --- /dev/null +++ b/systemd/nfs-mountd.service @@ -0,0 +1,13 @@ +[Unit] +Description=NFS Mount Daemon +Requires=proc-fs-nfsd.mount +After=proc-fs-nfsd.mount +After=network.target +PartOf=nfs-server.service + +[Service] +EnvironmentFile=-/run/sysconfig/nfs-utils +ExecStartPre=-/usr/lib/systemd/scritps/nfs-utils_env.sh + +Type=forking +ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS |