diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 14:15:39 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 15:32:10 +0100 |
commit | ba1270008021470b2e451bce8e75053e0a00f662 (patch) | |
tree | 1a33a447af83e276c7642b73f9c1bcd9fde9416b /lib/include/service.h | |
parent | 9e7478397a6f3c7bc38be52268e805d5b094eeb2 (diff) |
Add start/stop commands to init socket
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'lib/include/service.h')
-rw-r--r-- | lib/include/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h index 1ff5204..4e8f0b3 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -43,6 +43,7 @@ enum { SVC_FLAG_TRUNCATE_OUT = 0x01, SVC_FLAG_HAS_EXEC = 0x10, + SVC_FLAG_ADMIN_STOPPED = 0x20, }; typedef struct service_t { |