Select the types of activity you want to include in your feed.
1#!/bin/bash 2# Start cron in the background 3cron 4# Follow the log file and output to stdout 5tail -f /var/log/cron.log