To run crontab jobs one must remount the rootfs writeable:
$ sudo mount -o remount,rw /
$ crontab -e
$ sudo mount -o remount,ro /
With this I installed a cron job for user 'phablet' which saves every five minutes the current list of all processes to catch this run away / battery drain problem