From: Bill Nottingham Date: Tue, 21 Jun 2011 19:35:44 +0000 (-0400) Subject: units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora. X-Git-Tag: v30~146 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1616acbba41259ae0f828a7c6c0ac39b2c5942a6;p=systemd units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora. /etc/rc.local is a symlink. --- diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index a21a5578..8c0b2004 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