From 1616acbba41259ae0f828a7c6c0ac39b2c5942a6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 21 Jun 2011 15:35:44 -0400 Subject: [PATCH] units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora. /etc/rc.local is a symlink. --- units/fedora/rc-local.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index a21a557..8c0b200 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -7,11 +7,11 @@ [Unit] Description=/etc/rc.local Compatibility -ConditionPathExists=/etc/rc.local +ConditionPathExists=/etc/rc.d/rc.local [Service] Type=forking -ExecStart=/etc/rc.local start +ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes -- 2.7.4