add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent a21e0df0bf
commit 00dcf0b9e9
11 changed files with 89 additions and 63 deletions

View File

@ -3,12 +3,10 @@
[Unit]
Description=Fix tweaked desktop files script
StartLimitIntervalSec=0
Wants=fix-tweaked-desktop-files.timer
[Service]
Type=simple
Restart=always
RestartSec=1
Type=oneshot
ExecStart=/usr/bin/fix-tweaked-desktop-files
[Install]