aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-28 18:42:53 +0200
committerFlorian Dold <florian@dold.me>2021-08-28 18:42:53 +0200
commitc6528ac776e68023fff10fa4261653a39cc72528 (patch)
treef32c586dc10bc93ecd0438b087625aa19b39a6a8 /debian
parenteacbf5923bdbba7c946b6cae078a19823e727d39 (diff)
downloadgnunet-c6528ac776e68023fff10fa4261653a39cc72528.tar.gz
gnunet-c6528ac776e68023fff10fa4261653a39cc72528.zip
debian: systemd installation
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 2d913f6b6..88c520314 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,10 +36,7 @@ override_dh_auto_install-arch:
36override_dh_auto_install-indep: 36override_dh_auto_install-indep:
37 37
38override_dh_installsystemd: 38override_dh_installsystemd:
39 # Do not enable or start the GNUnet service by default. 39 dh_installsystemd --no-start --no-enable
40 dh_installsystemd -pgnunet --name=gnunet --no-start --no-enable
41 # Final invocation to generate daemon reload
42 dh_installsystemd
43 40
44execute_after_dh_auto_install: 41execute_after_dh_auto_install:
45 dh_link -plibgnunet-dev \ 42 dh_link -plibgnunet-dev \