From cb8baaf6f450eb2473415efba0d7997772d15ad9 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 2 Aug 2022 00:44:35 +0200 Subject: [PATCH] Swapspace: install systemd unit --- srcpkgs/Swapspace/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/Swapspace/template b/srcpkgs/Swapspace/template index ad7b6bde842687..260e643e344175 100644 --- a/srcpkgs/Swapspace/template +++ b/srcpkgs/Swapspace/template @@ -1,7 +1,7 @@ # Template file for 'Swapspace' pkgname=Swapspace version=1.17 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="autoconf automake" short_desc="Dynamic swap manager for Linux" @@ -22,4 +22,5 @@ post_install() { vman doc/swapspace.8 vsv swapspace + vinstall swapspace.service 644 etc/systemd/system }