diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
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: | |||
36 | override_dh_auto_install-indep: | 36 | override_dh_auto_install-indep: |
37 | 37 | ||
38 | override_dh_installsystemd: | 38 | override_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 | ||
44 | execute_after_dh_auto_install: | 41 | execute_after_dh_auto_install: |
45 | dh_link -plibgnunet-dev \ | 42 | dh_link -plibgnunet-dev \ |