22 changed files with 36 additions and 21 deletions
@ -0,0 +1,15 @@ |
|||||||
|
## |
||||||
|
## fsl.ntp -- OSSP fsl configuration |
||||||
|
## |
||||||
|
|
||||||
|
ident ((ntp.*|dcfd|adjtimed)/.+)/.+ q{ |
||||||
|
prefix( |
||||||
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
||||||
|
) |
||||||
|
-> { |
||||||
|
debug: file( |
||||||
|
path="@l_prefix@/var/ntp/ntp.log", |
||||||
|
append=1, perm=0644 |
||||||
|
) |
||||||
|
} |
||||||
|
}; |
||||||
Loading…
Reference in new issue