[systemd-commits] units/fedora

Lennart Poettering lennart at kemper.freedesktop.org
Sat Aug 14 10:35:35 PDT 2010


 units/fedora/rc-local.service |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f53c0a906c13a88617db43f6a66bbbd3beffed3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Sat Aug 14 19:34:48 2010 +0200

    units: don't require tty in rc-local.service
    
    https://bugzilla.redhat.com/show_bug.cgi?id=623802

diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index c2d2e00..aff1290 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
 


More information about the systemd-commits mailing list