move services and timers on user level

This commit is contained in:
2022-09-18 14:30:43 +02:00
parent c7d7ffd36f
commit 75ec7e8f62
2 changed files with 9 additions and 4 deletions

View File

@ -24,8 +24,8 @@ package() {
# 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 -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