From 4007bfdb7ffa58d8bc09818aaa8669bc0dca211c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 16 Apr 2019 11:11:25 +0200 Subject: [PATCH] slow down etherpad restarts --- roles/etherpad/templates/etherpad-lite.service | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/etherpad/templates/etherpad-lite.service b/roles/etherpad/templates/etherpad-lite.service index 3673f30..28e3628 100644 --- a/roles/etherpad/templates/etherpad-lite.service +++ b/roles/etherpad/templates/etherpad-lite.service @@ -9,6 +9,7 @@ Group=nogroup Environment=NODE_ENV=production ExecStart=/srv/{{etherpad.domain}}/etherpad-lite/bin/run.sh Restart=on-failure +RestartSec=1 [Install] WantedBy=multi-user.target -- 2.30.2