Remix.run Logo
iam-TJ an hour ago

  $ systemctl cat public-inbox-watch@.timer
  # /etc/systemd/system/public-inbox-watch@.timer
  [Unit]
  Description=Periodic fetch of public mailing list

  [Timer]
  # twice a day
  OnCalendar=*-*-* 5,17:35
  RandomizedDelaySec=1h
  Persistent=true

  [Install]
  WantedBy=multi-user.target
PenguinCoder a few seconds ago | parent | next [-]

[delayed]

eqvinox an hour ago | parent | prev [-]

I, er, what? It's... the same as cron? I'm confused now. It's not exactly the same, I guess?