From 2e22afe909cd5fa003347aa91ad15f0516e5047f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 04:49:37 +0200 Subject: execute: add ability to configure the kill signal --- src/unit.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/unit.h') 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, -- cgit v1.2.3-54-g00ecf