vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The program Mailman asks installers to set up a cron using the following command: crontab /usr/local/mailman/cron/crontab.in -u mailman My question: should I put this command in the rc.local so it runs every time, or is once enough? Thanks, Mik |
| |||
| On 07/13/05 08:31, Michael wrote: > The program Mailman asks installers to set up a cron using the > following command: > > crontab /usr/local/mailman/cron/crontab.in -u mailman > > My question: should I put this command in the rc.local so it runs > every time, or is once enough? > > Thanks, > > Mik > > No the command creates a file that will be run by cron. Just run it once. Ciao Giovanni -- A computer is like an air conditioner, it stops working when you open Windows. Registered Linux user #337974 <http://counter.li.org/> |
| ||||
| "Giovanni" <lsodgf0@home.net.it> wrote in message news:db2d5m$tap$1@marina.home.net.it... > On 07/13/05 08:31, Michael wrote: >> The program Mailman asks installers to set up a cron using the >> following command: >> >> crontab /usr/local/mailman/cron/crontab.in -u mailman >> >> My question: should I put this command in the rc.local so it runs >> every time, or is once enough? >> >> Thanks, >> >> Mik > > No the command creates a file that will be run by cron. > Just run it once. > > Ciao > Giovanni Thanks, Giovanni. Mike |