From 2c21e83ca03ea06eb1cffd425e421f6c37b13acd Mon Sep 17 00:00:00 2001 From: cryptk Date: Thu, 25 Jul 2019 13:07:14 -0500 Subject: [PATCH] Add a little extra delay between restarts with systemd Documentation change to pair with rancher/k3s/pull/662 --- content/k3s/latest/en/running/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/k3s/latest/en/running/_index.md b/content/k3s/latest/en/running/_index.md index e233c3714cc..6d63e5e3ac9 100644 --- a/content/k3s/latest/en/running/_index.md +++ b/content/k3s/latest/en/running/_index.md @@ -77,6 +77,7 @@ LimitCORE=infinity TasksMax=infinity TimeoutStartSec=0 Restart=always +RestartSec=5s [Install] WantedBy=multi-user.target