Re: cron things
Will Partain <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Matt writes: > Should it be: > > <twiki-cron-fragment> > ..blah.. > </twiki-cron-fragment> > > or maybe: > > <cron-fragment> > <code privileges="twiki"> > ..blah.. > </code> > </cron-fragment> > > or even a hack like: > > <root-cron-fragment> > 1 1 * * * /usr/local/bin/sudo -u twiki ..blah.. > </root-cron-fragment> I'd be prone to go for the last "hack", simply on the grounds of "one less thing to keep track of". Also, users like twiki, mailman, vobadm, etc., are just roles for a sysadmin, and aren't Real People (TM), so having their stuff sorta rolled in with root's seems OK to me. (The actually-clueful heartily encouraged to speak up!) Will