summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:35 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 22:11:32 +0200
commit67d9eff0193a5ebc360a4200fa560d883177068f (patch)
treeb24e8ee3382b95ba7fdf2f9f8e46749701cd9900 /debian/rules
parente03d7255f55b517f174b1f0157a5d9e6c55f23ff (diff)
downloadsync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.gz
sync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.bz2
sync-67d9eff0193a5ebc360a4200fa560d883177068f.zip
fix debian package, in particular DB setup
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 17e3c0b..d33da79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,11 @@ override_dh_auto_install-indep:
override_dh_auto_clean:
dh_auto_clean
+override_dh_installsystemd:
+ dh_installsystemd -psync-httpd --name=sync-httpd --no-start --no-enable
+ # final invocation to generate daemon reload
+ dh_installsystemd
+
override_dh_install:
dh_install
# Done manually for debhelper-compat<13