Skip to content

Commit

Permalink
remove unnecessary --no-restart-after-upgrade
Browse files Browse the repository at this point in the history
("Undo a previous --restart-after-upgrade (or the default of compat 10). If no other options are given, this will cause the service to be stopped in the prerm script and started again in the postinst script.")
  • Loading branch information
adrelanos committed Oct 14, 2021
1 parent 3725402 commit c79945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -9,7 +9,7 @@
dh $@ --with=config-package

override_dh_installsystemd:
dh_installsystemd --no-start --no-restart-after-upgrade --no-stop-on-upgrade
dh_installsystemd --no-start --no-stop-on-upgrade

override_dh_installchangelogs:
dh_installchangelogs changelog.upstream upstream

0 comments on commit c79945c

Please sign in to comment.