blob: a26e2d01b1d024cfad28e70e67a7b1f43007bcfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Adaptive readahead daemon
[Service]
Type=simple
IOSchedulingClass=3
EnvironmentFile=/etc/conf.d/preload
ExecStart=/usr/bin/preload --foreground $PRELOAD_OPTS
[Install]
WantedBy=multi-user.target
|