aboutsummaryrefslogtreecommitdiffstats
path: root/networkmanager/80-pacredir
blob: 32114ae0540f7a2320d838abe64d5ba6896c3c27 (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