As the subject indicates, I've recently noticed on new Hiawatha deployments under Debian 8, Hiawatha places the command
/usr/sbin/killall -HUP in logrotate.d/hiawatha
. This command fails because Debian places killall under /usr/bin.
It's easy enough to fix this, obviously, but is it possible to have Hiawatha look for killall, or to use
`which killall` -HUP
instead?