blob: 4531990a7180b3b77153da2b9a935e1024d3c10c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=exim4-base housekeeping
Documentation=man:exim4(8)
ConditionACPower=true
Before=logrotate.service
[Service]
Type=oneshot
ExecStart=/etc/cron.daily/exim4-base systemd-timer
# performance options
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7
|