start cron
This commit is contained in:
parent
38e844970b
commit
b0369dd38a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue