chiark / gitweb /
units: fix execution environment for a few services
[elogind.git] / units / fedora / rc-local.service
index b3ece1ed1b7e0a9d646770e5c3f36389bb37466f..e8284a183af4bd2081fed57b01cdaccfd83688d0 100644 (file)
@@ -15,8 +15,6 @@
 #  You should have received a copy of the GNU General Public License
 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=/etc/rc.local Compatibility
 Requires=basic.target
@@ -28,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