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,13 @@
# This service unit is for fix-theming script
#
[Unit]
Description=Fix theming script
Wants=fix-theming.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/fix-theming
[Install]
WantedBy=multi-user.target