desktop/logrotate/logrotate.service

10 lines
170 B
SYSTEMD
Raw Normal View History

2016-06-21 20:39:03 +08:00
[Unit]
Description=Rotate log files
[Service]
Type=oneshot
ExecStart=/usr/bin/logrotate /etc/logrotate.conf
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7