logoalt Hacker News

louiskottmannyesterday at 4:42 PM3 repliesview on HN

And you immediately lose the ability to do `crontab -l` on any server to know its scheduled tasks.

Now you get to look around the myriad of places where you can put systemd files, and figure out which ones are base services and which ones are custom, with no general convention to go about it. Nope.


Replies

Eduardyesterday at 6:35 PM

  /etc/crontab
  /etc/cron.d/*
  /etc/cron.hourly/*
  /etc/cron.daily/*
  /etc/cron.weekly/*
  /etc/cron.monthly/*
  /var/spool/cron/crontabs/*
show 1 reply
TazeTSchnitzelyesterday at 4:44 PM

If you had read the article, you would have seen its answer to this.

arter45yesterday at 4:43 PM

systemd list-timers

With —-all