Skip to content

Commit c6d4035

Browse files
committed
Don't restart rippled during apt upgrade:
Resolves XRPLF#3294
1 parent d92624d commit c6d4035

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

Builds/containers/packaging/dpkg/debian/rules

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export CXXFLAGS:=$(subst -Werror=format-security,,$(CXXFLAGS))
1010

1111
%:
1212
dh $@ --with systemd
13+
1314
override_dh_systemd_start:
15+
dh_systemd_start --no-restart-on-upgrade
1416

1517
override_dh_auto_configure:
1618
env

0 commit comments

Comments
 (0)