add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent e03eaad9ab
commit 8770d45219
11 changed files with 123 additions and 44 deletions

View File

@@ -0,0 +1,14 @@
# 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
[Install]
WantedBy=timers.target