11 lines
146 B
SYSTEMD
11 lines
146 B
SYSTEMD
[Unit]
|
|
Description=Weekly rotation of squid log files
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1d
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|