]> git.pld-linux.org Git - packages/nfs-utils.git/blobdiff - nfs-mountd.service
- add systemd services configs
[packages/nfs-utils.git] / nfs-mountd.service
diff --git a/nfs-mountd.service b/nfs-mountd.service
new file mode 100644 (file)
index 0000000..37232a5
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=NFS Server
+Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service nfs-exportfs.service
+After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount nfs-exportfs.service
+
+[Service]
+Type=forking
+StandardError=syslog+console
+EnvironmentFile=-/etc/sysconfig/nfsd
+ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDOPTIONS
+
+[Install]
+WantedBy=multi-user.target
+
This page took 0.026631 seconds and 4 git commands to generate.