From f6a6225e414858ff222d2b175369cc42459abf9a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Mar 2011 04:02:35 +0100 Subject: def: centralize definition of default timeout in one place --- src/execute.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/execute.h') diff --git a/src/execute.h b/src/execute.h index e77cdcf0bb..755dea35af 100644 --- a/src/execute.h +++ b/src/execute.h @@ -42,10 +42,6 @@ struct CGroupBonding; /* Abstract namespace! */ #define LOGGER_SOCKET "/dev/.run/systemd/logger" -/* This doesn't really belong here, but I couldn't find a better place to put this. */ -#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT -#define SIGNALS_IGNORE SIGKILL,SIGPIPE - typedef enum KillMode { KILL_CONTROL_GROUP = 0, KILL_PROCESS_GROUP, -- cgit v1.2.3-54-g00ecf