add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent e03eaad9ab
commit 8770d45219
11 changed files with 123 additions and 44 deletions

3
fixes-package.install Normal file

@ -0,0 +1,3 @@
post_install() {
systemctl enable fix-*.timer
}