squid/squid.nm

6 lines
72 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ "$2" = "up" ]; then
/sbin/service squid reload || :
fi