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