X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=44856d11fab7322174db9afc1af6506232270232;hp=e77cdcf0bb290a42445614f9e85d9776dbb7093a;hb=e30b45bb846f0071292f1ffa4a6599e1072d992f;hpb=91b22f21f3824c1766d34f622c5bbb70cbe881a8 diff --git a/src/execute.h b/src/execute.h index e77cdcf0b..44856d11f 100644 --- a/src/execute.h +++ b/src/execute.h @@ -39,12 +39,7 @@ struct CGroupBonding; #include "list.h" #include "util.h" -/* 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 +#define LOGGER_SOCKET "/run/systemd/logger" typedef enum KillMode { KILL_CONTROL_GROUP = 0,