diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 16:31:15 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 16:37:52 +0100 |
| commit | 9a51680e1580bcecaad9e295368b9f98b853eab6 (patch) | |
| tree | ed8c18c0d5f64e08c99690f3ccf8f587a7331418 /archlinux | |
| parent | 80b5a6680e2fc4d2f1e425ff2e5f1cfbbd529d9e (diff) | |
Add systemd socket support
Diffstat (limited to 'archlinux')
| -rw-r--r-- | archlinux/PKGBUILD | 1 |
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 } |
