[systemd-commits] fixme units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Aug 4 05:17:27 PDT 2010
fixme | 4 +++-
units/fedora/halt.service | 2 +-
units/fedora/poweroff.service | 2 +-
units/fedora/reboot.service | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 183ae5f99b1fb90890760883d3e8c57d50b3ce27
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Aug 4 14:17:18 2010 +0200
reboot: don't wait for input tty
diff --git a/fixme b/fixme
index 861c22b..3e12f3b 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 cf9ad49..6e2745e 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 e8b597c..cd6ec3e 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 7a94db6..01bd463 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
More information about the systemd-commits
mailing list