Compare commits

...

2 Commits

Author SHA1 Message Date
Roma c7d7ffd36f start the timers right away 2022-09-16 04:01:29 +02:00
Roma de21d0f80f add more accuracy for timers 2022-09-16 04:01:14 +02:00
3 changed files with 4 additions and 1 deletions

View File

@ -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
}

View File

@ -9,6 +9,7 @@ Requires=fix-theming.service
Unit=fix-theming.service
OnBootSec=1
OnUnitActiveSec=3
AccuracySec=1us
[Install]
WantedBy=timers.target

View File

@ -6,9 +6,10 @@ Description=Run fix tweaked desktop files script every 5 seconds
Requires=fix-tweaked-desktop-files.service
[Timer]
Unit=ffix-tweaked-desktop-files.service
Unit=fix-tweaked-desktop-files.service
OnBootSec=1
OnUnitActiveSec=5
AccuracySec=1us
[Install]
WantedBy=timers.target