chiark / gitweb /
units: make sure that killall does not wait for the tty
authorLennart Poettering <lennart@poettering.net>
Mon, 9 Aug 2010 22:08:13 +0000 (00:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 9 Aug 2010 22:08:13 +0000 (00:08 +0200)
units/arch/halt.service
units/arch/poweroff.service
units/arch/reboot.service
units/fedora/killall.service
units/gentoo/halt.service
units/gentoo/killall.service
units/gentoo/poweroff.service
units/gentoo/reboot.service

index 2017d91bf59fbeaef56c85d5c5c872d8cd55021a..b1935262f719261d2e01d1e5a002996e5af928d0 100644 (file)
@@ -16,4 +16,4 @@ Type=finish
 ValidNoProcess=yes
 Environment=RUNLEVEL=0
 ExecStart=/etc/rc.shutdown
-StandardInput=tty
+StandardOutput=tty
index 04922db3153a0ed5e15d4f4493d036bd9e84427a..3d40ba82c24547b5c0c4fc558233e836f2735f78 100644 (file)
@@ -16,4 +16,4 @@ Type=finish
 ValidNoProcess=yes
 Environment=RUNLEVEL=0
 ExecStart=/etc/rc.shutdown
-StandardInput=tty
+StandardOutput=tty
index 8d1e90f5aa40d3a10bd6d1c11794e65fdc8727a7..37112fe9f3b4637b3a37a1e16d11d6e30c7fd4fd 100644 (file)
@@ -16,4 +16,4 @@ Type=finish
 ValidNoProcess=yes
 Environment=RUNLEVEL=6
 ExecStart=/etc/rc.shutdown
-StandardInput=tty
+StandardOutput=tty
index 876227697b6f19a78047824672833e747308cb2e..08d672f60c30589979a7102cb7a9b9f711731534 100644 (file)
@@ -15,4 +15,4 @@ OnlyByDependency=yes
 Type=finish
 ValidNoProcess=yes
 ExecStart=/etc/init.d/killall start
-StandardInput=tty
+StandardOutput=tty
index 0b4de1148fec5dfd464cd6294bff9cb8afb2499d..56c3f2e60e860c9415a5290439214bdd00c406f6 100644 (file)
@@ -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
index fb4b988594f4d42bd8a8e4ee35a16c1ae39ed889..d4666360fe0953eb274fdbde18c66e9d4bcd87f9 100644 (file)
@@ -15,4 +15,4 @@ OnlyByDependency=yes
 Type=finish
 ValidNoProcess=yes
 ExecStart=/etc/init.d/killprocs start
-StandardInput=tty
+StandardOutput=tty
index f4b8fbf12233b4fdd462d4f3ea41813c9b952d9d..40126b211ebdc7345799a880ebcbe52b0ffa65f2 100644 (file)
@@ -16,4 +16,4 @@ Type=finish
 ValidNoProcess=yes
 Environment=RC_DOWN_HARDDISK=yes
 ExecStart=/etc/init.d/shutdown.sh
-StandardInput=tty
+StandardOutput=tty
index 7492aaedb239c3a0f4ecba5c455aff92c7a6cbd2..de1665579dd3465ec4f61e93a6ff30ce29bb592f 100644 (file)
@@ -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