chiark / gitweb /
udev: tty - re-add accidentially removed hvc* match
[elogind.git] / src / execute.h
index e77cdcf0bb290a42445614f9e85d9776dbb7093a..44856d11fab7322174db9afc1af6506232270232 100644 (file)
@@ -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,