summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-10 04:49:37 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-10 04:49:37 +0200
commit2e22afe909cd5fa003347aa91ad15f0516e5047f (patch)
tree3d1c91121458414837a90872467112a585f57cc5 /src/unit.h
parent73c33e7f225f81e6066386fba997e8ea2ba361b3 (diff)
execute: add ability to configure the kill signal
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/unit.h b/src/unit.h
index abd97f9315..c9fd4a538c 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -43,15 +43,6 @@ typedef enum UnitDependency UnitDependency;
#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
-typedef enum KillMode {
- KILL_CONTROL_GROUP = 0,
- KILL_PROCESS_GROUP,
- KILL_PROCESS,
- KILL_NONE,
- _KILL_MODE_MAX,
- _KILL_MODE_INVALID = -1
-} KillMode;
-
enum UnitType {
UNIT_SERVICE = 0,
UNIT_SOCKET,