core/logrotate/logrotate.service

10 lines
170 B
SYSTEMD
Raw Normal View History

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