mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
units/user: default.target must be isolatable
... Activating default unit: default.target Default target could not be isolated, starting instead: Operation refused, unit may not be isolated.
This commit is contained in:
parent
fff40a51cc
commit
cc1f918dda
5
TODO
5
TODO
@ -1,4 +1,7 @@
|
|||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
* systemctl completion doesn't want to start failed systemd-tmpfiles-setup.service
|
||||||
|
systemctl --system show -p Fr<TAB> default.target doesn't show anything
|
||||||
|
|
||||||
* systemd-journald seems to randomly hang on shutdown, likely not handling
|
* systemd-journald seems to randomly hang on shutdown, likely not handling
|
||||||
SIGTERM, shutdown blocks until we send SIGKILL at the very end.
|
SIGTERM, shutdown blocks until we send SIGKILL at the very end.
|
||||||
|
|
||||||
@ -19,6 +22,8 @@ Bugfixes:
|
|||||||
|
|
||||||
* suppress log output on shutdown when "quiet" is used
|
* suppress log output on shutdown when "quiet" is used
|
||||||
|
|
||||||
|
* systemctl delete x.snapshot leaves no trace in logs (at least at default level).
|
||||||
|
|
||||||
Fedora 19:
|
Fedora 19:
|
||||||
|
|
||||||
* make anaconda write timeout=0 for encrypted devices
|
* make anaconda write timeout=0 for encrypted devices
|
||||||
|
@ -8,3 +8,4 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Default
|
Description=Default
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
|
AllowIsolate=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user