[KLUG Members] fetchmail and crond

Adam Tauno Williams adam at morrison-ind.com
Tue Jan 4 11:32:12 EST 2005


> I need help to start fecthmail with crond. If I add @reboot
> /usr/bin/fecthmail -d 300 for root will this run as globally or I need to
> set cron script per user.

Fetchmail with -d deamonizes, if your using with -d you don't need cron.
If you want to start a deamon at boot you need to get/make/use a service
file.

Otherwise see "man -S5 crontab" for crontab file format and simply run
"crontab -e" to edit your crontab for the current user (root in this
case).



More information about the Members mailing list