add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent 496dcd36f7
commit 9a62cf6bf1
11 changed files with 128 additions and 49 deletions

3
fixes-package.install Normal file

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