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.

29 lines
618 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:
  15. tech-dep: False
  16. uses: ## optional
  17. log-rotate:
  18. #constraint: required | recommended | optional
  19. #auto: pair | summon | none ## default: pair
  20. constraint: optional
  21. solves:
  22. disk-leak: "/var/log/cron"
  23. #default-options:
  24. backup:
  25. constraint: recommended
  26. auto: pair
  27. solves:
  28. backup: "Automatic regular backup"