schedule - How to setup cron.daily? - Ask Ubuntu
this question has answer here:
- cron.daily jobs not running 6 answers
i put shell script inside /etc/cron.daily
i hoping in folder run daily script not being ran.
keep in mind scripts installed in /etc/cron.{hourly|daily|weekly|monthly}
must executable, run-parts
process them.
update: indeed, defining shebang mandatory in cron scripts run-parts
process them. , general rule: should always set one.
Comments
Post a Comment