start the timers right away
This commit is contained in:
parent
184bdec3c4
commit
4ff7f7a0b3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user