Compare commits
2 Commits
8bc101bdbc
...
c7d7ffd36f
Author | SHA1 | Date | |
---|---|---|---|
c7d7ffd36f | |||
de21d0f80f |
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@ Requires=fix-theming.service
|
||||||
Unit=fix-theming.service
|
Unit=fix-theming.service
|
||||||
OnBootSec=1
|
OnBootSec=1
|
||||||
OnUnitActiveSec=3
|
OnUnitActiveSec=3
|
||||||
|
AccuracySec=1us
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
|
@ -6,9 +6,10 @@ Description=Run fix tweaked desktop files script every 5 seconds
|
||||||
Requires=fix-tweaked-desktop-files.service
|
Requires=fix-tweaked-desktop-files.service
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Unit=ffix-tweaked-desktop-files.service
|
Unit=fix-tweaked-desktop-files.service
|
||||||
OnBootSec=1
|
OnBootSec=1
|
||||||
OnUnitActiveSec=5
|
OnUnitActiveSec=5
|
||||||
|
AccuracySec=1us
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user