You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
703 B

  1. description: Cron daemon
  2. config-resources:
  3. - /etc/cron
  4. - /etc/cron.daily
  5. - /etc/cron.weekly
  6. - /etc/cron.hourly
  7. - /etc/cron.monthly
  8. - /usr/local/bin
  9. data-resources:
  10. - /var/log/cron
  11. host-resources:
  12. - /var/run/docker.sock
  13. provides:
  14. schedule-command: ## for one command
  15. tech-dep: False
  16. schedule-commands: ## for several commands
  17. tech-dep: False
  18. uses: ## optional
  19. log-rotate:
  20. #constraint: required | recommended | optional
  21. #auto: pair | summon | none ## default: pair
  22. constraint: optional
  23. solves:
  24. disk-leak: "/var/log/cron"
  25. #default-options:
  26. backup:
  27. constraint: recommended
  28. auto: pair
  29. solves:
  30. backup: "Automatic regular backup"