# ################################################ ### Managed by someone's ansible provisioner ### ################################################ # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # [Unit] Description=Periodic execution of docker-compose@{{ dco_svc_name }}.service [Timer] Unit=docker-compose@{{ dco_svc_name }}.service AccuracySec=30 OnCalendar={{ dco_svc_cron }} Persistent=true [Install] WantedBy=timers.target