diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-28 13:27:44 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:28 +0200 |
commit | 73d35ff8e475d17a22fc524ae003553021acaa8e (patch) | |
tree | 162304856795f4508aa0396b6a337e9180a6cfc4 /units/fedora/rc-local.service | |
parent | 9524600eac7c45a8e4b9f426020e24ccfc150d41 (diff) |
Fedora: further unit tweaks
1) Just ship rc-local as-is; don't worry about the 'local' name.
2) Don't install rc-local and prefdm to /etc ; just enable them globally for the system in /lib.
Diffstat (limited to 'units/fedora/rc-local.service')
-rw-r--r-- | units/fedora/rc-local.service | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index fb276945bf..1d5d10506a 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -9,10 +9,6 @@ Description=/etc/rc.local Compatibility ConditionPathExists=/etc/rc.local -# The rcN.d symlink uses the name "local" while the script itself is -# called "rc.local", hence carry both names here. -Names=rc-local.service local.service - [Service] Type=forking Environment=TERM=linux |