aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.taler-exchange-httpd.service
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-28 19:37:04 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-28 19:37:04 +0100
commitf8f7c83cb8df30accb772ae1a4ea3fc62606a5cc (patch)
tree2a1c4e0f9d25299a21dc912faaf3c83663ed7908 /debian/taler-exchange.taler-exchange-httpd.service
parent2b115add47166ad1dc9641ec2f3ed1730bf0fc7a (diff)
downloadexchange-f8f7c83cb8df30accb772ae1a4ea3fc62606a5cc.tar.xz
fix #8030
Diffstat (limited to 'debian/taler-exchange.taler-exchange-httpd.service')
-rw-r--r--debian/taler-exchange.taler-exchange-httpd.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/taler-exchange.taler-exchange-httpd.service b/debian/taler-exchange.taler-exchange-httpd.service
index 2a4cf72e4..1fb538a15 100644
--- a/debian/taler-exchange.taler-exchange-httpd.service
+++ b/debian/taler-exchange.taler-exchange-httpd.service
@@ -12,8 +12,9 @@ Type=simple
# Depending on the configuration, the service process kills itself and then
# needs to be restarted. Thus no significant delay on restarts.
Restart=always
+RestartMode=direct
RestartSec=1ms
-RestartPreventExitStatus=9
+RestartPreventExitStatus=2 3 4 5 6 9
# Disable the service if more than 5 restarts are encountered within 5s.
# These are usually the systemd defaults, but can be overwritten, thus we set