Hi, https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3e4e65dd2872399dc9ad2e589e8eb12ebdcdb0e4 This commit fixes the error "Include failed -- No such file or directory '/etc/monit.d/*'" while starting 'monit'. How do we want to handle existing installations? I propose adding these lines to 'update.sh': ... # Create missing 'monit.d'-directory if [ -f /usr/bin/monit ]; then mkdir -p /etc/monit.d fi ... Opinions? Best, Matthias