diff --git a/petrified.crontab b/petrified.crontab index 67ac5e0..74fb86e 100644 --- a/petrified.crontab +++ b/petrified.crontab @@ -10,6 +10,10 @@ #!/bin/bash /usr/bin/petrified -## run user level every 30 minutes -## (f)crontab -e (-u ) +## run user level every 30 minutes using traditional cron +## crontab -e (-u ) */30 * * * * /usr/bin/petrified + +## run user level every 30 minutes using fcron +## fcrontab -e (-u ) +%hourly,mail(no) 0 /usr/bin/petrified