summaryrefslogtreecommitdiff
path: root/src/shared/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/def.h')
-rw-r--r--src/shared/def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/def.h b/src/shared/def.h
index 46b88a8a49..d7e077a577 100644
--- a/src/shared/def.h
+++ b/src/shared/def.h
@@ -27,6 +27,9 @@
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
#define DEFAULT_CONFIRM_USEC (30*USEC_PER_SEC)
+#define DEFAULT_START_LIMIT_INTERVAL (10*USEC_PER_SEC)
+#define DEFAULT_START_LIMIT_BURST 5
+
#define DEFAULT_EXIT_USEC (5*USEC_PER_MINUTE)
#define SYSTEMD_CGROUP_CONTROLLER "name=systemd"