diff --git a/units/suse/halt.service b/units/suse/halt.service index 75e30632c..559a51ce7 100644 --- a/units/suse/halt.service +++ b/units/suse/halt.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=INIT_HALT=HALT RUNLEVEL=0 COLD_BOOT=1 ExecStart=/etc/init.d/halt -StandardInput=tty +StandardOutput=tty diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index f9f7b56dc..f68882c14 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/halt -StandardInput=tty +StandardOutput=tty diff --git a/units/suse/reboot.service b/units/suse/reboot.service index 5fc24d1c8..6b2982a9a 100644 --- a/units/suse/reboot.service +++ b/units/suse/reboot.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=COLD_BOOT=1 ExecStart=/etc/init.d/reboot -StandardInput=tty +StandardOutput=tty