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