start the timers right away
This commit is contained in:
parent
de21d0f80f
commit
c7d7ffd36f
|
@ -1,3 +1,4 @@
|
||||||
post_install() {
|
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 enable
|
||||||
|
find /usr/lib/systemd/system/ -name "fix-*.timer" -type f -print0 | xargs -0 systemctl start
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user