summaryrefslogtreecommitdiff
path: root/community/preload/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/preload/service')
-rw-r--r--community/preload/service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/preload/service b/community/preload/service
new file mode 100644
index 000000000..e4202751f
--- /dev/null
+++ b/community/preload/service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Adaptive readahead daemon
+
+[Service]
+Type=simple
+IOSchedulingClass=3
+EnvironmentFile=/etc/conf.d/preload
+ExecStart=/usr/sbin/preload --foreground $PRELOAD_OPTS
+
+[Install]
+WantedBy=multi-user.target