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

@ -35,4 +35,5 @@ package() {
# copy systemd units
install -d ${pkgdir}/usr/lib/systemd/user
install -Dm644 ${srcdir}/systemd/services/* ${pkgdir}/usr/lib/systemd/user
install -Dm644 ${srcdir}/systemd/timers/* ${pkgdir}/usr/lib/systemd/user
}