chiark / gitweb /
git-daemon: add Makefile and documentation.
[userv-utils.git] / misc / ndc-reload
1 #
2 if ( ( grep calling-user /etc/userv/dyndns-service-users
3      | glob calling-group add-groups-to-allow-to-reload-here
4      | glob calling-user add-users-to-allow-to-reload-here
5      )
6    & glob service-user root
7    )
8         reset
9         no-set-environment
10         suppress-args
11         no-disconnect-hup
12         execute ndc reload
13 fi