summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'units/fedora')
-rw-r--r--units/fedora/halt.service2
-rw-r--r--units/fedora/poweroff.service2
-rw-r--r--units/fedora/reboot.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/units/fedora/halt.service b/units/fedora/halt.service
index cf9ad49e7..6e2745eed 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 e8b597c20..cd6ec3edc 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 7a94db671..01bd46395 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