From: Kay Sievers Date: Wed, 4 Aug 2010 12:21:01 +0000 (+0200) Subject: units: suse - reboot: do not wait for tty X-Git-Tag: v6~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=00a11ba98229aef2c46e41c4ceb8a8e4570a53b6 units: suse - reboot: do not wait for tty --- 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