On Tue 2008-04-22 12:34:12 UTC+0200, Zbigniew Szalbot ([EMAIL PROTECTED]) wrote:
> If I want to start a program at every system reboot and the program should > not be started by root, is it enough for me to edit a users crontab with > the following directive? > > @reboot /path/to/file.sh Yes. This is how I start fetchmail after a reboot: @reboot /usr/local/bin/fetchmail -d 120 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
