diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-18 03:08:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-18 03:08:18 +0200 |
commit | 1e3fc6541f92cc1c42ba1b3a7bbe4c8c7b918156 (patch) | |
tree | 5ae08344b905c8a5d7e1f89f8732e36264a8b712 /units/fedora/rc-local.service | |
parent | 42e39f0b326d27f6392a81a7400f9af7cf0af3ab (diff) |
units: fix execution environment for a few services
Diffstat (limited to 'units/fedora/rc-local.service')
-rw-r--r-- | units/fedora/rc-local.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index 099bbabcd6..e8284a183a 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -26,4 +26,7 @@ Names=rc-local.service local.service [Service] ExecStart=/etc/rc.local start Type=simple +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes SysVStartPriority=99 |