initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit 4e11f9abba
19 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# This timer unit is for fix-flatpaks-theming service unit
#
[Unit]
Description=Run fix flatpaks theming script every 600 seconds
Requires=fix-flatpaks-theming.service
[Timer]
Unit=fix-flatpaks-theming.service
OnBootSec=1
OnUnitActiveSec=600
[Install]
WantedBy=timers.target