summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-14 19:34:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-14 19:34:48 +0200
commit8f53c0a906c13a88617db43f6a66bbbd3beffed3 (patch)
tree2af5df592ce1f32ac4c45601723a3dd8b553ee74
parent0dcc78574905ca0e31694238662002bd36ca65d4 (diff)
units: don't require tty in rc-local.service
https://bugzilla.redhat.com/show_bug.cgi?id=623802
-rw-r--r--units/fedora/rc-local.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index c2d2e00fd..aff129012 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -15,7 +15,7 @@ Names=rc-local.service local.service
[Service]
ExecStart=/etc/rc.local start
TimeoutSec=0
-StandardInput=tty
+StandardOutput=tty
ValidNoProcess=yes
SysVStartPriority=99