centos 7 下将 nfs 服务设置为开机自动启动,systemctl enable nfs-idmapd.service,将提示如下错误:@H_301_3@
Failed to execute operation: No such file or directory
@H_301_3@
/usr/lib/systemd/system/nfs-idmap.service 文件中增加
[Install]
WantedBy=multi-user.target
/usr/lib/systemd/system/nfs-lock.service 文件中增加
[Install]
WantedBy=nfs.target
@H_301_3@
@H_301_3@
参考:@H_301_3@
https://www.centos.org/forums/viewtopic.PHP?t=53896 @H_301_3@