- 95
- 10
- NAS
- DS412+
Gents,
I try to setup a scheduled task within my Ubuntu container, not working at all:
- crontab -e
* * * * * root env > /tmp/env.output
thanks in advance for any hints
I try to setup a scheduled task within my Ubuntu container, not working at all:
- crontab -e
* * * * * root env > /tmp/env.output
- Yes! cron service start I can see it using top or pgrep cron, time& date is correct same as host.
- I checked all this Q&A at askubuntu, not working;
- under /etc, 5 folders can be found : i.e. cron.d/; cron.daily/; cron.hourly/; cron.monthly/; cron.weekly; and a file crontab
thanks in advance for any hints