add more accuracy for timers

This commit is contained in:
Roma 2022-09-16 04:01:14 +02:00
parent 5e22263904
commit 184bdec3c4
2 changed files with 3 additions and 1 deletions

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