mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 11:27:14 +08:00
13 lines
259 B
SYSTEMD
13 lines
259 B
SYSTEMD
|
[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
|