move services and timers on user level

This commit is contained in:
2022-09-18 14:30:43 +02:00
parent 4ff7f7a0b3
commit 3b6e886667
2 changed files with 10 additions and 5 deletions

@ -25,9 +25,9 @@ package() {
install -Dm755 ${srcdir}/bin/periodic/* ${pkgdir}/usr/bin
# copy systemd units
install -d ${pkgdir}/usr/lib/systemd/system
install -Dm644 ${srcdir}/systemd/services/* ${pkgdir}/usr/lib/systemd/system
install -Dm644 ${srcdir}/systemd/timers/* ${pkgdir}/usr/lib/systemd/system
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
# copy alpm hooks
install -d ${pkgdir}/usr/share/libalpm/hooks