summaryrefslogtreecommitdiff
path: root/misc/ndc-reload
blob: 0e98e3578410bccbbcd14bc28d1bfc5c9756f1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
if ( ( grep calling-user /etc/userv/dyndns-service-users
     | glob calling-group add-groups-to-allow-to-reload-here
     | glob calling-user add-users-to-allow-to-reload-here
     )
   & glob service-user root
   )
	reset
	no-set-environment
	suppress-args
	no-disconnect-hup
	execute ndc reload
fi