aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-01-11 18:07:05 -0800
committerDarrick J. Wong <djwong@kernel.org>2024-01-11 18:08:46 -0800
commitdc0611945e7ee98f73b04f4b1b7a88b12d70a413 (patch)
treed6053c9f0d289667fa8b7750f09ede4c6d22872d
parent96ac83c88e01ff7f59563ff76a96e555477c8637 (diff)
downloadxfsprogs-dev-dc0611945e7ee98f73b04f4b1b7a88b12d70a413.tar.gz
debian: install scrub services with dh_installsystemd
Use dh_installsystemd to handle the installation and activation of the scrub systemd services. This requires bumping the compat version to 11. Note that the services are /not/ activated on installation. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 95df4835b2..57baad625c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,6 +108,7 @@ binary-arch: checkroot built
dh_compress
dh_fixperms
dh_makeshlibs
+ dh_installsystemd -p xfsprogs --no-enable --no-start --no-restart-after-upgrade --no-stop-on-upgrade
dh_installdeb
dh_shlibdeps
dh_gencontrol