add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent 496dcd36f7
commit 9a62cf6bf1
11 changed files with 128 additions and 49 deletions

@ -0,0 +1,13 @@
# This service unit is for fix-flatpaks-theming script
#
[Unit]
Description=Fix flatpak theming script
Wants=fix-flatpaks-theming.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/fix-flatpaks-theming
[Install]
WantedBy=multi-user.target