index.adoc 406 B

1234567891011121314151617
  1. [#directory-actions]
  2. = Directory Actions
  3. Sometimes people want to use OliveTin to run standard commands on a directory, such a cleaning out a directory of logs.
  4. image::directory-actions-screenshot.png[]
  5. == Config file
  6. This is a quick and simple way to build actions based on directories.
  7. [source,yaml]
  8. .`/etc/OliveTin/config.yaml`
  9. ----
  10. include::example$solutions/directory-actions/config.yaml[]
  11. ----