#!/usr/bin/env bash

# From `man cron`.
# The files in /etc/cron.d must be owned by root, and must not be group- or other-writable.
# The files under /etc/cron.d do not need to be executable.
chmod 644 /etc/cron.d/*
