mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 06:57:13 +08:00
14 lines
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description=NFSv4 ID-name mapping daemon
|
|
After=var-lib-nfs-rpc_pipefs.mount nfsd.service
|
|
Requires=var-lib-nfs-rpc_pipefs.mount
|
|
Before=remote-fs-pre.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/nfs-common.conf
|
|
ExecStart=/usr/sbin/rpc.idmapd $IDMAPD_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|