diff options
-rw-r--r-- | systemd/ceph-mon@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/ceph-mon@.service b/systemd/ceph-mon@.service index 1d80b86dea0..2d139730e60 100644 --- a/systemd/ceph-mon@.service +++ b/systemd/ceph-mon@.service @@ -24,7 +24,8 @@ PrivateTmp=true TasksMax=infinity Restart=on-failure StartLimitInterval=30min -StartLimitBurst=3 +StartLimitBurst=5 +RestartSec=10 [Install] WantedBy=ceph-mon.target |