diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 23:49:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 23:49:20 +0200 |
commit | f057408c9c3b54b6eeb96cd9f0a1333f30610614 (patch) | |
tree | 3e3b4ba0a2718333350891c967b8096160514893 /src/systemctl.c | |
parent | 2edd4434e5bc6e5c7948df742d82f4bcd6c415f3 (diff) |
units: introduce emergency.target
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 32974aecce..4218a22b97 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -720,7 +720,7 @@ static int start_unit(DBusConnection *bus, char **args, unsigned n) { [ACTION_RUNLEVEL4] = SPECIAL_RUNLEVEL4_TARGET, [ACTION_RUNLEVEL5] = SPECIAL_RUNLEVEL5_TARGET, [ACTION_RESCUE] = SPECIAL_RESCUE_TARGET, - [ACTION_EMERGENCY] = SPECIAL_EMERGENCY_SERVICE, + [ACTION_EMERGENCY] = SPECIAL_EMERGENCY_TARGET, [ACTION_DEFAULT] = SPECIAL_DEFAULT_TARGET }; |