summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2013-04-22 20:51:19 -0400
committerHenry Gebhardt <hsggebhardt@googlemail.com>2013-04-22 20:54:43 -0400
commit1b3bd59f055745e2522282897c3c46b00bb71b14 (patch)
treed70fae8fc08286e07ae665417427e82d8754981d
parentsys-apps/systemd-units-7: add kexec stuff (diff)
downloadsystemd-1b3bd59f055745e2522282897c3c46b00bb71b14.tar.gz
systemd-1b3bd59f055745e2522282897c3c46b00bb71b14.tar.bz2
systemd-1b3bd59f055745e2522282897c3c46b00bb71b14.zip
sys-apps/systemd-units-8: preload.service added, bug #466640
-rw-r--r--sys-apps/systemd-units/files/services-desktop/preload.service11
-rw-r--r--sys-apps/systemd-units/systemd-units-8.ebuild (renamed from sys-apps/systemd-units/systemd-units-7.ebuild)0
2 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/preload.service b/sys-apps/systemd-units/files/services-desktop/preload.service
new file mode 100644
index 0000000..ef21efc
--- /dev/null
+++ b/sys-apps/systemd-units/files/services-desktop/preload.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Preload daemon
+
+[Service]
+ExecStart=/usr/sbin/preload -f
+ExecReload=/bin/kill -HUP $MAINPID
+Nice=15
+IOSchedulingClass=idle
+
+[Install]
+WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/systemd-units-7.ebuild b/sys-apps/systemd-units/systemd-units-8.ebuild
index 0ef9f2d..0ef9f2d 100644
--- a/sys-apps/systemd-units/systemd-units-7.ebuild
+++ b/sys-apps/systemd-units/systemd-units-8.ebuild