14 lines
277 B
SYSTEMD
14 lines
277 B
SYSTEMD
|
# 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
|