diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-23 05:22:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-23 05:22:20 +0200 |
commit | 6542952f8bece780ddf560499e1be9b35c690d26 (patch) | |
tree | 2c967e78a34421ceb402662cb668de2941fbcbc9 /manager.h | |
parent | 92da345c02a99090879a247c360f9940e5c27ee3 (diff) |
initctl: minor updates
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |