mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +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
|