From 1e532d14addcff114a0a358fc5e4c193707bd120 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Aug 2010 00:08:13 +0200 Subject: units: make sure that killall does not wait for the tty --- units/arch/halt.service | 2 +- units/arch/poweroff.service | 2 +- units/arch/reboot.service | 2 +- units/fedora/killall.service | 2 +- units/gentoo/halt.service | 2 +- units/gentoo/killall.service | 2 +- units/gentoo/poweroff.service | 2 +- units/gentoo/reboot.service | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'units') diff --git a/units/arch/halt.service b/units/arch/halt.service index 2017d91bf5..b1935262f7 100644 --- a/units/arch/halt.service +++ b/units/arch/halt.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/rc.shutdown -StandardInput=tty +StandardOutput=tty diff --git a/units/arch/poweroff.service b/units/arch/poweroff.service index 04922db315..3d40ba82c2 100644 --- a/units/arch/poweroff.service +++ b/units/arch/poweroff.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=0 ExecStart=/etc/rc.shutdown -StandardInput=tty +StandardOutput=tty diff --git a/units/arch/reboot.service b/units/arch/reboot.service index 8d1e90f5aa..37112fe9f3 100644 --- a/units/arch/reboot.service +++ b/units/arch/reboot.service @@ -16,4 +16,4 @@ Type=finish ValidNoProcess=yes Environment=RUNLEVEL=6 ExecStart=/etc/rc.shutdown -StandardInput=tty +StandardOutput=tty diff --git a/units/fedora/killall.service b/units/fedora/killall.service index 876227697b..08d672f60c 100644 --- a/units/fedora/killall.service +++ b/units/fedora/killall.service @@ -15,4 +15,4 @@ OnlyByDependency=yes Type=finish ValidNoProcess=yes ExecStart=/etc/init.d/killall start -StandardInput=tty +StandardOutput=tty 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 -- cgit v1.2.3-54-g00ecf