committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
7
NetworkManager/dispatcher.d/20-squid
Executable file
7
NetworkManager/dispatcher.d/20-squid
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$2" in
|
||||
up|down|vpn-up|vpn-down)
|
||||
/bin/systemctl -q reload squid.service || :
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user