diff options
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h index 28d73f1..76d48ce 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -53,6 +53,8 @@ typedef struct service_t { size_t num_exec; /* number of command lines */ char *ctty; /* controlling tty or log file */ + int rspwn_limit; /* maximum respawn count */ + char **before; /* services that must be executed later */ size_t num_before; char **after; /* services that must be executed first */ |