void-packages/srcpkgs/squid/files/cron.daily
2015-04-29 15:13:44 +02:00

4 lines
72 B
Bash

#!/bin/sh
if sv status squid | grep -q '^run'; then
squid -k rotate
fi