blob: ef21efcd228f5eec1dcd09b6ed31cc64efc9bc9e (
plain)
1
2
3
4
5
6
7
8
9
10
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
|