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