Star2
0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员12
分析
项目设置
Star2
0
  1. linyaps
  2. /
  3. misc
  4. /
  5. lib
  6. /
  7. systemd
  8. /
  9. system-environment-generators
Ddengborefactor: simplify environment variable handling in systemd generator
3cbe65da创建于 2025年7月7日历史提交
文件最后提交记录最后更新时间
61-linglong
refactor: simplify environment variable handling in systemd generator 1. Removed debug logging code that was checking for script readability 2. Changed from direct export to echo output for systemd environment handling 3. Simplified the logic by removing redundant checks since systemd generators expect echo output 4. The change aligns better with systemd's environment generator expectations where variables should be echoed rather than exported directly refactor: 简化 systemd 生成器中的环境变量处理 1. 移除了检查脚本可读性的调试日志代码 2. 将直接导出改为 echo 输出以适配 systemd 环境处理 3. 通过移除冗余检查简化了逻辑,因为 systemd 生成器期望 echo 输出 4. 此变更更符合 systemd 环境生成器的预期,变量应该通过 echo 输出而非直接 导出11 个月前