ansible-playbooks/ansible-docker-ubuntu/roles/services/files/dockerclean.timer

10 lines
120 B
SYSTEMD
Raw Normal View History

2022-05-31 14:10:11 +00:00
[Unit]
2022-06-06 08:34:53 +00:00
Description=run docker clean up
2022-05-31 14:10:11 +00:00
[Timer]
2022-06-06 08:34:53 +00:00
OnCalendar=weekly
Persistent=true
2022-05-31 14:10:11 +00:00
[Install]
WantedBy=multi-user.target