summaryrefslogtreecommitdiff
path: root/src/special.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-14 00:54:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-14 00:54:48 +0200
commit0003d1ab75f82dd6aa143582c5bd815b3b8f65e8 (patch)
tree4454e37d54827930680702b6363f6ad7bee79a26 /src/special.h
parent6652a2b9e5f837e8a7e6b0c7b890e5d0e7d85794 (diff)
manager: hookup shutdown helper and signals
Diffstat (limited to 'src/special.h')
-rw-r--r--src/special.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/special.h b/src/special.h
index ca24121924..0b37353c90 100644
--- a/src/special.h
+++ b/src/special.h
@@ -54,11 +54,12 @@
#define SPECIAL_SYSINIT_TARGET "sysinit.target"
#define SPECIAL_FSCK_TARGET "fsck.target"
#define SPECIAL_RESCUE_TARGET "rescue.target"
-#define SPECIAL_EXIT_SERVICE "exit.service"
+#define SPECIAL_EXIT_TARGET "exit.target"
#define SPECIAL_EMERGENCY_TARGET "emergency.target"
#define SPECIAL_HALT_TARGET "halt.target"
#define SPECIAL_POWEROFF_TARGET "poweroff.target"
#define SPECIAL_REBOOT_TARGET "reboot.target"
+#define SPECIAL_KEXEC_TARGET "kexec.target"
#define SPECIAL_DBUS_SERVICE "dbus.service"
#define SPECIAL_DBUS_SOCKET "dbus.socket"
#define SPECIAL_GETTY_TARGET "getty.target"