diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-14 19:34:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-14 19:34:48 +0200 |
commit | 8f53c0a906c13a88617db43f6a66bbbd3beffed3 (patch) | |
tree | 2af5df592ce1f32ac4c45601723a3dd8b553ee74 /units/fedora | |
parent | 0dcc78574905ca0e31694238662002bd36ca65d4 (diff) |
units: don't require tty in rc-local.service
https://bugzilla.redhat.com/show_bug.cgi?id=623802
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/rc-local.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index c2d2e00fd7..aff1290128 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 |