* Ian Lord [2005-12-03 20:18 -0500] > I would like to run a shell script at system startup which needs to run under > a specific uid... > > I don't see anything for this in man cron...
See crontab(5) You can use the @reboot magic to make cron run a script once, at startup. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
