diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2020-05-08 02:44:33 +0200 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2020-05-08 02:51:20 +0200 |
commit | f6ef5b8dd3f1b8d6af104304a9988ff1f8edd182 (patch) | |
tree | bf29526bf2c57870d79546ca2823044f9e927844 /lib/include | |
parent | 62133a68b7a1aecf65765f7137ef8d6e0eed913e (diff) |
Implement a "subreaper" service flag
For particularly hostile daemons.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
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 0fbf018..05ab8de 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -39,6 +39,8 @@ enum { /* truncate stdout */ SVC_FLAG_TRUNCATE_OUT = 0x01, + SVC_FLAG_SUB_REAPER = 0x08, + SVC_FLAG_HAS_EXEC = 0x10, }; |