summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2014-11-26 01:55:15 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-11-26 01:55:15 -0800
commit672740f56b185e6b5b55f04e8b4b82f5f761fb1b (patch)
tree28162856ca4673370fc14c0563adbd443cfb0778
parentb757489d9f158fcd58bc22bc7dc45cd5a103fd9a (diff)
parentac23b13d861b8d28504dce19cf1901cdad1ec4f6 (diff)
downloadsystemd_212.tar.gz
systemd_212.tar.bz2
systemd_212.zip
Merge "Disable systemd-readahead-* units to make Tizen startup faster" into tizensystemd_212
-rw-r--r--packaging/systemd.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/systemd.spec b/packaging/systemd.spec
index df3afd36b9..c53539056c 100644
--- a/packaging/systemd.spec
+++ b/packaging/systemd.spec
@@ -199,10 +199,6 @@ EOF
# Install modprobe fragment
/usr/bin/mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d/
-# Enable readahead services
-/usr/bin/ln -s ../systemd-readahead-collect.service %{buildroot}%{_prefix}/lib/systemd/system/default.target.wants/
-/usr/bin/ln -s ../systemd-readahead-replay.service %{buildroot}%{_prefix}/lib/systemd/system/default.target.wants/
-
# Fix the dangling /var/lock -> /run/lock symlink
install -Dm644 tmpfiles.d/legacy.conf %{buildroot}%{_prefix}/lib/tmpfiles.d/legacy.conf