Skip to content

Commit

Permalink
bw/bundles/releasing_specials: auto-delete old data from /video/tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Feb 25, 2025
1 parent d260e29 commit c4e0b96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundlewrap/bundles/releasing_specials/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
'disk_space_usage',
},
},
'systemd-timers': {
'timers': {
'clean-up-video-tmp': {
'command': '/usr/bin/find /video/tmp -type f -mtime +30 -delete',
'when': 'daily',
},
},
},
}


Expand Down

0 comments on commit c4e0b96

Please sign in to comment.