summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/rc.crond
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dcron/rc.crond')
-rw-r--r--source/a/dcron/rc.crond1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/a/dcron/rc.crond b/source/a/dcron/rc.crond
index d9076b330..a04f750bb 100644
--- a/source/a/dcron/rc.crond
+++ b/source/a/dcron/rc.crond
@@ -10,6 +10,7 @@ start_crond() {
if ! /usr/bin/pgrep --ns $$ --euid root -f "^/usr/sbin/crond" 1> /dev/null 2> /dev/null ; then
echo "Starting crond: /usr/sbin/crond $CROND_OPTS"
mkdir -p /run/cron
+ chmod 1777 /run/cron
/usr/sbin/crond $CROND_OPTS
fi
}