local spool_dir="${INSTALL_ROOT}/var/spool/dma" &&
local flush_file="${spool_dir}/flush" &&

if [ ! -f "${flush_file}" ]; then
  touch "${flush_file}"
fi &&

chown root:mail "${flush_file}" &&
chmod 0660 "${flush_file}"
