core/logrotate/logrotate.service
2014-08-19 23:08:17 +02:00

10 lines
170 B
Desktop File

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