Add systemd timers to run the fixes periodically #3
2 changed files with 2 additions and 0 deletions
systemd/timers
add more accuracy for timers
commit
90f98c64cc
|
@ -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
|
|
@ -9,6 +9,7 @@ Requires=fix-tweaked-desktop-files.service
|
||||||
Unit=fix-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…
Add table
Add a link
Reference in a new issue