Log In
rpms
/
squid
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
345f2a8e21849d1aaf796947e053f24fa2eda74a
345f2a8e21849d1aaf796947e053f24fa2eda74a
SOURCES
squid.nm
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh case "$2" in up|down|vpn-up|vpn-down) /bin/systemctl -q reload squid.service || : ;; esac