Add @reboot to Media.tag refresh cron

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-02-12 16:41:24 -05:00
parent a7636887b1
commit 093a4d713b

View File

@@ -393,7 +393,7 @@
- name: "Daily cron to refresh Media.tag (PESetup.exe 30-day expiry check)" - name: "Daily cron to refresh Media.tag (PESetup.exe 30-day expiry check)"
copy: copy:
content: "0 0 * * * root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n" content: "@reboot root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n0 0 * * * root find {{ samba_share }}/*/Deploy/Control -name Media.tag -exec touch {} +\n"
dest: /etc/cron.d/media-tag-refresh dest: /etc/cron.d/media-tag-refresh
mode: '0644' mode: '0644'