From 8f53c0a906c13a88617db43f6a66bbbd3beffed3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 14 Aug 2010 19:34:48 +0200 Subject: [PATCH 1/1] units: don't require tty in rc-local.service https://bugzilla.redhat.com/show_bug.cgi?id=623802 --- units/fedora/rc-local.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2