Hacker News new | ask | show | jobs
by pferde 3629 days ago
Except that crontabs are usually somewhere in /var. :)
1 comments

Which is why I only use system-wide crontabs, in /etc/cron.d

Instead of per-user crontabs. Much easier to manage.

With cron.d you can specify what user each cron entry should run as, so it is equivalent.