cfuttrup wrote: > The file only contains this single line. Should I add more information?
No, that line should be enough. > I wonder if/how/when it will be executed (cron-daily would be fine for > me) Well, with the line you entered, it will be executed every midnight. 0 0 * * * means "when minutes is 0, hours is 0, and day, month and weekday are any value", so 00:00 every day. ------------------------------------------------------------------------ Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050 View this thread: http://forums.slimdevices.com/showthread.php?t=98322 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
