From 0750e2cce435be81bc6c7c4d5e143f7227e35e2a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 Apr 2014 00:39:47 +0200 Subject: m + spawn and respawn master server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/config.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index ef49b4d..df7f81a 100644 --- a/src/config.h +++ b/src/config.h @@ -85,6 +85,14 @@ #endif +/** + * The number of additional arguments a libexec server may have + */ +#ifndef LIBEXEC_ARGC_EXTRA_LIMIT +#define LIBEXEC_ARGC_EXTRA_LIMIT 5 +#endif + + /** * The maximum number of display allowed on the system */ @@ -102,5 +110,21 @@ #endif +/** + * The directory where all servers are installed + */ +#ifndef LIBEXECDIR +#define LIBEXECDIR "/usr/libexec" +#endif + + +/** + * The minimum time that most have elapsed for respawning to be allowed. + */ +#ifndef RESPAWN_TIME_LIMIT_SECONDS +#define RESPAWN_TIME_LIMIT_SECONDS 5 +#endif + + #endif -- cgit v1.2.3-70-g09d2