2022-09-15 23:14:20 +00:00
|
|
|
# This timer unit is for fix-theming service unit
|
|
|
|
#
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Run fix theming script every 3 seconds
|
|
|
|
Requires=fix-theming.service
|
|
|
|
|
|
|
|
[Timer]
|
|
|
|
Unit=fix-theming.service
|
|
|
|
OnBootSec=1
|
|
|
|
OnUnitActiveSec=3
|
2022-09-16 02:01:14 +00:00
|
|
|
AccuracySec=1us
|
2022-09-15 23:14:20 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=timers.target
|