# # simple test crontab that fires every 60 seconds # * * * * * teknopaul echo "* * * * *" # no x/y syntax yet, N.baa. goes to /dev/null 5,10,15,20,25,30,35,45,50,55 * * * * teknopaul echo "5,10,15,20,25,30,35,45,50,55 * * * *" # job are meant to delete their own flag files /tmp/lxcrond.flag teknopaul echo "/tmp/lxcrond.flag" /tmp/lxcrond.flag teknopaul sleep 30 # this works if the vec is parsed in order .N.B. foo ; baa does not work since we dont use a shell to run jobs,. /tmp/lxcrond.flag teknopaul rm "/tmp/lxcrond.flag" /tmp/lxcrond.env.flag teknopaul /home/teknopaul/bin/save-env # this works if the vec is parsed in order /tmp/lxcrond.d/ teknopaul echo /tmp/lxcrond.d/ # this works if the vec is parsed in order /tmp/lxcrond.d/ teknopaul rm -rf /tmp/lxcrond.d/ @minutely teknopaul touch /tmp/lxcron.timestamp