Archived
1
0
Fork 0

start cron

This commit is contained in:
Daniel Kempkens 2022-12-23 11:24:01 +01:00
parent 38e844970b
commit b0369dd38a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -34,6 +34,8 @@ if [ "$(id -u)" = 0 ]; then
fi
chmod +x /etc/cron.hourly/*
cron &
# run cron tasks on startup
/etc/cron.hourly/dwd || true