diff --git a/fixme b/fixme index 861c22b28f..3e12f3b316 100644 --- a/fixme +++ b/fixme @@ -61,10 +61,12 @@ * if a service fails too often, make the service enter maintainence mode, and the socket, too. -* systemctl reboot von getty tty1 hämgt +* systemctl reboot von getty tty1 hängt * keine meldung by wants vs. conflicts +* send cgroup msg directly + External: * default.target must be %ghosted... diff --git a/units/fedora/halt.service b/units/fedora/halt.service index cf9ad49e7a..6e2745eedd 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=INIT_HALT=HALT RUNLEVEL=0 ExecStart=/etc/init.d/halt start -StandardInput=tty +StandardOutput=tty diff --git a/units/fedora/poweroff.service b/units/fedora/poweroff.service index e8b597c200..cd6ec3edc9 100644 --- a/units/fedora/poweroff.service +++ b/units/fedora/poweroff.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/init.d/halt start -StandardInput=tty +StandardOutput=tty diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 7a94db671e..01bd46395d 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=6 ExecStart=/etc/init.d/reboot start -StandardInput=tty +StandardOutput=tty