start the timers right away

This commit is contained in:
Roma 2022-09-16 04:01:29 +02:00
parent 184bdec3c4
commit 4ff7f7a0b3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
post_install() {
find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl enable
find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl start
}