Skip to content

Commit 2bbf0eb

Browse files
legleuxmanojsdoshi
authored andcommitted
Don't restart rippled during apt upgrade:
Resolves #3294
1 parent 6095f55 commit 2bbf0eb

File tree

1 file changed

+3
-2
lines changed
  • Builds/containers/packaging/dpkg/debian

1 file changed

+3
-2
lines changed

Builds/containers/packaging/dpkg/debian/rules

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export CXXFLAGS:=$(subst -Werror=format-security,,$(CXXFLAGS))
1111
%:
1212
dh $@ --with systemd
1313

14+
override_dh_systemd_start:
15+
dh_systemd_start --no-restart-on-upgrade
16+
1417
override_dh_auto_configure:
1518
env
1619
rm -rf bld
@@ -38,5 +41,3 @@ override_dh_auto_install:
3841
rm -rf debian/tmp/opt/ripple/lib64/cmake/date
3942
rm -rf bld
4043
rm -rf bld_vl
41-
42-

0 commit comments

Comments
 (0)