10 lines
171 B
SYSTEMD
10 lines
171 B
SYSTEMD
|
[Unit]
|
||
|
Description=Rotate log files
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/logrotate /etc/logrotate.conf
|
||
|
Nice=19
|
||
|
IOSchedulingClass=best-effort
|
||
|
IOSchedulingPriority=7
|