From 49cfd6021eb3d0efc16bc135d69cdc55f4343cfa Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Mon, 15 May 2023 21:10:22 +0530 Subject: [PATCH] Install as system service, not user --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 85e2d1f..272b1bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -26,7 +26,7 @@ package() { "${pkgname%-git}" \ -t "${pkgdir}"/usr/bin/ install -Dm644 "${pkgname%-git}.service" -t \ - "${pkgdir}"/usr/lib/systemd/user/ + "${pkgdir}"/usr/lib/systemd/system/ install -Dm644 "${pkgname%-git}.hook" \ "${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}" install -Dm644 "${pkgname%-git}.install" \