mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
systemctl: don't try rebooting with /dev/initcl if Upstart worked
This commit is contained in:
parent
501c92c432
commit
0a55b298d9
4
TODO
4
TODO
@ -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
|
||||
|
@ -5112,7 +5112,7 @@ static int talk_upstart(void) {
|
||||
goto finish;
|
||||
}
|
||||
|
||||
r = 0;
|
||||
r = 1;
|
||||
|
||||
finish:
|
||||
if (m)
|
||||
|
Loading…
Reference in New Issue
Block a user