/etc/dhcp/dhclient-exit-hooks.d/controlaula.dhcp is in controlaula 1.8.0-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
#restart controlaula to get new network addresses
invoke-rc.d controlaula restart
|