From 00a11ba98229aef2c46e41c4ceb8a8e4570a53b6 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 4 Aug 2010 14:21:01 +0200 Subject: [PATCH 1/1] units: suse - reboot: do not wait for tty --- units/suse/halt.service | 2 +- units/suse/poweroff.service | 2 +- units/suse/reboot.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2