summarylogtreecommitdiffstats
path: root/logrotate.service
blob: 3a483c3a38e346d21837452f067065ee783c1a97 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Rotate log files

[Service]
Type=oneshot
ExecStart=/usr/bin/logrotate /etc/logrotate.conf
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7