aboutsummaryrefslogtreecommitdiffstats
path: root/networkmanager/80-pacredir
blob: fa9e1e1c9d03274cd7846780861283b4192374cf (about) (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if [ "${2}" = "up" ]; then
	if systemctl is-active -q pacredir.service; then
		systemctl reload pacredir.service
	fi
fi