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: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a11ba98229aef2c46e41c4ceb8a8e4570a53b6;p=systemd units: suse - reboot: do not wait for tty --- diff --git a/units/suse/halt.service b/units/suse/halt.service index 75e30632..559a51ce 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 f9f7b56d..f68882c1 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 5fc24d1c..6b2982a9 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