mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=NFS 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
|