diff options
author | Bill Nottingham <notting@redhat.com> | 2011-06-21 15:35:44 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-27 14:25:33 +0200 |
commit | 1616acbba41259ae0f828a7c6c0ac39b2c5942a6 (patch) | |
tree | 3bb73fa70e753e1f0e1b827e4eb3f2ac0300c0fd /units/fedora | |
parent | be394c48a7cb47bf25b367cd26bcbeedda187556 (diff) |
units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora.
/etc/rc.local is a symlink.
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/rc-local.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index a21a5578c4..8c0b200494 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 |