1 Star 0 Fork 24

wxm/nfs-utils

forked from src-openEuler/nfs-utils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0000-systemd-idmapd-require-rpc-pipefs.patch 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
wxm 提交于 2024-08-20 20:30 . update version to 2.6.4
From 7816e2ebca35508b599afd6d99de6ae427a3b3d6 Mon Sep 17 00:00:00 2001
From: huyan <hu.huyan@huawei.com>
Date: Thu, 28 Mar 2019 18:56:30 +0800
Subject: [PATCH] huawei systemd idmapd require rpc pipefs
---
systemd/nfs-idmapd.service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
index 198ca87..924b9c1 100644
--- a/systemd/nfs-idmapd.service
+++ b/systemd/nfs-idmapd.service
@@ -1,8 +1,8 @@
[Unit]
Description=NFSv4 ID-name mapping service
DefaultDependencies=no
-Requires=rpc_pipefs.target
-After=rpc_pipefs.target local-fs.target network-online.target
+Requires=var-lib-nfs-rpc_pipefs.mount
+After=var-lib-nfs-rpc_pipefs.mount local-fs.target network-online.target
Wants=network-online.target
BindsTo=nfs-server.service
--
2.43.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tjwangxm/nfs-utils.git
git@gitee.com:tjwangxm/nfs-utils.git
tjwangxm
nfs-utils
nfs-utils
master

搜索帮助