systemctl: don't try rebooting with /dev/initcl if Upstart worked

This commit is contained in:
Lennart Poettering 2011-07-14 18:05:33 +02:00
parent 501c92c432
commit 0a55b298d9
2 changed files with 5 additions and 1 deletions

4
TODO
View File

@ -22,6 +22,10 @@ Features:
* warn if the user stops a service but not its associated socket
* ensure we always set the facility when logging to kmsg
* service: pid file reading after reload doesn't work, since we don't reset the pid variable
* logind: spawn user@..service on login
* logind: implement shutdown service

View File

@ -5112,7 +5112,7 @@ static int talk_upstart(void) {
goto finish;
}
r = 0;
r = 1;
finish:
if (m)