From f32027e15b2f75e8d0e61946bbd2490be65aa66f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 12 Dec 2015 13:14:50 -0800 Subject: [PATCH] Try alternative configuration for systemd restart rate limit --- setup/container/systemd/box.service | 2 ++ setup/container/systemd/crashnotifier@.service | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/container/systemd/box.service b/setup/container/systemd/box.service index 68b72dfcd..8d6ddc755 100644 --- a/setup/container/systemd/box.service +++ b/setup/container/systemd/box.service @@ -14,4 +14,6 @@ User=yellowtent Group=yellowtent MemoryLimit=200M TimeoutStopSec=5s +StartLimitInterval=1 +StartLimitBurst=60 diff --git a/setup/container/systemd/crashnotifier@.service b/setup/container/systemd/crashnotifier@.service index cb2411f4a..18beb4738 100644 --- a/setup/container/systemd/crashnotifier@.service +++ b/setup/container/systemd/crashnotifier@.service @@ -13,5 +13,3 @@ KillMode=process User=yellowtent Group=yellowtent MemoryLimit=50M -StartLimitInterval=1 -StartLimitBurst=600