Skip to content

Commit

Permalink
Don't restart rippled during apt upgrade:
Browse files Browse the repository at this point in the history
Resolves #3294
  • Loading branch information
legleux committed Sep 13, 2021
1 parent d92624d commit 0eebe86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Builds/containers/packaging/dpkg/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export CXXFLAGS:=$(subst -Werror=format-security,,$(CXXFLAGS))

%:
dh $@ --with systemd

override_dh_systemd_start:
dh_systemd_start --no-restart-on-upgrade

override_dh_auto_configure:
env
Expand Down

0 comments on commit 0eebe86

Please sign in to comment.