#!/usr/bin/sh

[ -f /etc/httpd/reload-needed ] \
  && rm -f /etc/httpd/reload-needed \
  && systemctl reload httpd
