summaryrefslogtreecommitdiff
path: root/units/gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'units/gentoo')
-rw-r--r--units/gentoo/halt.service2
-rw-r--r--units/gentoo/killall.service2
-rw-r--r--units/gentoo/poweroff.service2
-rw-r--r--units/gentoo/reboot.service2
4 files changed, 4 insertions, 4 deletions
diff --git a/units/gentoo/halt.service b/units/gentoo/halt.service
index 0b4de1148f..56c3f2e60e 100644
--- a/units/gentoo/halt.service
+++ b/units/gentoo/halt.service
@@ -16,4 +16,4 @@ Type=finish
ValidNoProcess=yes
Environment=INIT_HALT=HALT RC_DOWN_HARDDISK=yes
ExecStart=/etc/init.d/shutdown.sh
-StandardInput=tty
+StandardOutput=tty
diff --git a/units/gentoo/killall.service b/units/gentoo/killall.service
index fb4b988594..d4666360fe 100644
--- a/units/gentoo/killall.service
+++ b/units/gentoo/killall.service
@@ -15,4 +15,4 @@ OnlyByDependency=yes
Type=finish
ValidNoProcess=yes
ExecStart=/etc/init.d/killprocs start
-StandardInput=tty
+StandardOutput=tty
diff --git a/units/gentoo/poweroff.service b/units/gentoo/poweroff.service
index f4b8fbf122..40126b211e 100644
--- a/units/gentoo/poweroff.service
+++ b/units/gentoo/poweroff.service
@@ -16,4 +16,4 @@ Type=finish
ValidNoProcess=yes
Environment=RC_DOWN_HARDDISK=yes
ExecStart=/etc/init.d/shutdown.sh
-StandardInput=tty
+StandardOutput=tty
diff --git a/units/gentoo/reboot.service b/units/gentoo/reboot.service
index 7492aaedb2..de1665579d 100644
--- a/units/gentoo/reboot.service
+++ b/units/gentoo/reboot.service
@@ -15,4 +15,4 @@ After=shutdown.target umount.target killall.service
Type=finish
ValidNoProcess=yes
ExecStart=/etc/init.d/reboot.sh
-StandardInput=tty
+StandardOutput=tty