aboutsummaryrefslogtreecommitdiff
path: root/lib/include/service.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-06-16 20:50:58 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2019-06-16 20:51:23 +0200
commit0d985a7430299aba28e136d9558497ae02c8085e (patch)
treeea437703e8ceb033f3026c72c8662454381183bc /lib/include/service.h
parent60efd9dc336ec80044b6fa2d1418df20df2a1768 (diff)
Add RDSVC_NO_DESC flag
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'lib/include/service.h')
-rw-r--r--lib/include/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h
index 3cb799a..cc01c5d 100644
--- a/lib/include/service.h
+++ b/lib/include/service.h
@@ -36,6 +36,7 @@ enum {
RDSVC_NO_EXEC = 0x02, /* do not store executable script */
RDSVC_NO_CTTY = 0x04, /* do not store the controlling tty */
RDSVC_NO_DEPS = 0x08, /* do not store dependencies */
+ RDSVC_NO_DESC = 0x10, /* do not store description */
};
enum {