[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Jun 27 05:26:32 PDT 2011
units/fedora/rc-local.service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1616acbba41259ae0f828a7c6c0ac39b2c5942a6
Author: Bill Nottingham <notting at redhat.com>
Date: Tue Jun 21 15:35:44 2011 -0400
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 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
More information about the systemd-commits
mailing list