diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-14 18:05:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-14 18:05:33 +0200 |
commit | 0a55b298d930543c8065bb9e708dd112562b1736 (patch) | |
tree | 81aa7f707e36a4d0b421a8b4843e32ff2063c5b9 /src/systemctl.c | |
parent | 501c92c432c7bef452a2714c29519bdd45281a72 (diff) |
systemctl: don't try rebooting with /dev/initcl if Upstart worked
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 840e2ffc2d..3767e22135 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -5112,7 +5112,7 @@ static int talk_upstart(void) { goto finish; } - r = 0; + r = 1; finish: if (m) |