aboutsummaryrefslogtreecommitdiff
path: root/archlinux
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-07-04 16:31:15 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-07-04 16:37:52 +0100
commit9a51680e1580bcecaad9e295368b9f98b853eab6 (patch)
treeed8c18c0d5f64e08c99690f3ccf8f587a7331418 /archlinux
parent80b5a6680e2fc4d2f1e425ff2e5f1cfbbd529d9e (diff)
Add systemd socket support
Diffstat (limited to 'archlinux')
-rw-r--r--archlinux/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index e8a538d..a6e3830 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -24,5 +24,6 @@ package() {
cd ${pkgname}
install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
install -Dm644 systemd/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+ install -Dm644 systemd/${pkgname}.socket ${pkgdir}/usr/lib/systemd/system/${pkgname}.socket
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}