D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Filename :
test_cachefilesd.aug
back
Copy
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" }