fixes to cron logfile, order descending.

This commit is contained in:
Robert Schumann
2018-04-01 13:19:29 +02:00
parent 2278f45e21
commit 21802d4889
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[program:cron]
command=crond -f -l 0 -L - -c /etc/cron.d
command=crond -f -L /dev/stdout -c /etc/cron.d
autostart=true
autorestart=true
priority=10