use xargs to enable timers
This commit is contained in:
parent
4e11f9abba
commit
3f141fce70
|
@ -1,3 +1,3 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
systemctl enable fix-*.timer
|
find /usr/lib/systemd/system/ -name "fix-*.timer" -type^C -print0 | xargs -0 systemctl enable
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user