From 935ca993e588e3f8be98c781ba97a896fcb6bb29 Mon Sep 17 00:00:00 2001
From: godog <godog@autistici.org>
Date: Thu, 15 Jul 2021 17:44:17 +0200
Subject: [PATCH] debian: use dh_installsystemd

---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d6726e3..3698ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ export DH_GOLANG_EXCLUDES = vendor
 override_dh_auto_install:
 	dh_auto_install -- --no-source
 
-override_dh_installinit:
-	dh_installinit --name=iprep-tail
+override_dh_installsystemd:
+	dh_installsystemd --name=iprep-tail
 
 override_dh_systemd_enable:
 	dh_systemd_enable --no-enable --name=iprep-tail
-- 
GitLab