From 753ba835f11e771925da3ef7c2b313865bf4fcb0 Mon Sep 17 00:00:00 2001 From: Jan Keirse Date: Thu, 18 Feb 2016 11:08:18 +0100 Subject: [PATCH] wrong comment about restart --- extras/startup-scripts/patroni.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/startup-scripts/patroni.service b/extras/startup-scripts/patroni.service index 67e7ee14..fdd7558b 100644 --- a/extras/startup-scripts/patroni.service +++ b/extras/startup-scripts/patroni.service @@ -20,7 +20,7 @@ ExecStart=/bin/patroni /etc/patroni.yml # Give a reasonable amount of time for the server to start up/shut down TimeoutSec=10 -# Always restart the service if it crashes, we want it to continue running +# Do not restart the service if it crashes, we want to manually inspect database on failure Restart=no [Install]