summaryrefslogtreecommitdiff
path: root/src/core/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-08-04 22:11:29 +0200
committerLennart Poettering <lennart@poettering.net>2016-08-04 23:08:05 +0200
commitb08af3b12706f352f651e70e117f6d6dcf11a911 (patch)
treee2b25e8fa84d64231a1d450e13065537c25986f3 /src/core/execute.h
parenta0fef983ab200db4e2b151beb06c9cf8fef6c5ab (diff)
core: only set the watchdog variables in ExecStart= lines
Diffstat (limited to 'src/core/execute.h')
-rw-r--r--src/core/execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h
index 2b4238ed7e..2d05ca39aa 100644
--- a/src/core/execute.h
+++ b/src/core/execute.h
@@ -218,6 +218,7 @@ typedef enum ExecFlags {
EXEC_PASS_FDS = 1U << 4,
EXEC_IS_CONTROL = 1U << 5,
EXEC_SETENV_RESULT = 1U << 6,
+ EXEC_SET_WATCHDOG = 1U << 7,
} ExecFlags;
struct ExecParameters {