diff options
Diffstat (limited to 'examples/fs-truncate-multiple.yaml')
| -rw-r--r-- | examples/fs-truncate-multiple.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/fs-truncate-multiple.yaml b/examples/fs-truncate-multiple.yaml new file mode 100644 index 0000000..033418f --- /dev/null +++ b/examples/fs-truncate-multiple.yaml @@ -0,0 +1,5 @@ +- name: Vaciar logs + module: fs + args: + action: truncate + files: /var/log/app1.log,/var/log/app2.log |
