summaryrefslogtreecommitdiff
path: root/src/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-14 02:32:42 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-16 02:03:34 +0200
commitef9eb0a8976140654827d479af1f4256fae6afe3 (patch)
tree58bd61dac18d174264c6366ed5ad533a099efc20 /src/def.h
parent7f434cf4c9a72c3291a8603a3e91dd66dde4d640 (diff)
logger,initctl: use global exit timeout
Diffstat (limited to 'src/def.h')
-rw-r--r--src/def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/def.h b/src/def.h
index c23cd33d8a..958d1eb79c 100644
--- a/src/def.h
+++ b/src/def.h
@@ -27,6 +27,8 @@
#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
+#define DEFAULT_EXIT_USEC (5*USEC_PER_MINUTE)
+
#define SYSTEMD_CGROUP_CONTROLLER "name=systemd"
#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT