summaryrefslogtreecommitdiff
path: root/manager.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 05:22:20 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 05:22:20 +0200
commit6542952f8bece780ddf560499e1be9b35c690d26 (patch)
tree2c967e78a34421ceb402662cb668de2941fbcbc9 /manager.h
parent92da345c02a99090879a247c360f9940e5c27ee3 (diff)
initctl: minor updates
Diffstat (limited to 'manager.h')
-rw-r--r--manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/manager.h b/manager.h
index 01490fc180..a6c330ae21 100644
--- a/manager.h
+++ b/manager.h
@@ -85,6 +85,12 @@ struct Watch {
#define SPECIAL_DEFAULT_TARGET "default.target"
+/* This is not really intended to be started by directly. This is
+ * mostly so that other targets (reboot/halt/poweroff) can depend on
+ * it to bring all services down that want to be brought down on
+ * system shutdown. */
+#define SPECIAL_SHUTDOWN_TARGET "shutdown.target"
+
#define SPECIAL_LOGGER_SOCKET "systemd-logger.socket"
#define SPECIAL_KBREQUEST_TARGET "kbrequest.target"