11 lines
No EOL
191 B
SYSTEMD
Executable file
11 lines
No EOL
191 B
SYSTEMD
Executable file
[Unit]
|
|
Description=Daily rotation of log files
|
|
Documentation=man:logrotate(8) man:logrotate.conf(5)
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/10
|
|
AccuracySec=1m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |