mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-07 19:15:10 +02:00
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
if sv status squid | grep -q '^run'; then
|
|
squid -k rotate
|
|
fi
|