✏️ 正在编辑: test_cachefilesd.aug
路径:
/snap/certbot/5781/usr/share/augeas/lenses/dist/tests/test_cachefilesd.aug
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
module Test_Cachefilesd = let conf = " # I am a comment dir /var/cache/fscache tAg mycache brun 10% bcull 7% bstop 3% frun 10% fcull 7% fstop 3% nocull secctx system_u:system_r:cachefiles_kernel_t:s0 " test Cachefilesd.lns get conf = { } { "#comment" = "I am a comment" } { "dir" = "/var/cache/fscache" } { "tAg" = "mycache" } { "brun" = "10%" } { "bcull" = "7%" } { "bstop" = "3%" } { "frun" = "10%" } { "fcull" = "7%" } { "fstop" = "3%" } { "nocull" } { } { "secctx" = "system_u:system_r:cachefiles_kernel_t:s0" }
💾 保存文件
← 返回文件管理器