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