azlux / log2ram

ramlog like for systemd (Put log into a ram folder)
MIT License
2.57k stars 187 forks source link

There is no log2ram job in cron.* #206

Closed foerster-rwth closed 1 year ago

foerster-rwth commented 1 year ago

I am running Adguard (and nothing else) on a Raspberry Pi 3B+. Yesterday I installed log2ram, and it seems to work. There is, however, no cron job for log2ram to be found anywhere, see screenshot:

log2ram-raspberry-pi

I don't know whether this is really an issue, but I would d like to make sure. The log2ram readme does not mention cron jobs, but everyone else on the internet talking about log2ram states that there would be a default job "log2ram" in cron.daily.

azlux commented 1 year ago

Hi, Log2ram use a systemd timer, no cron here. You can check that with systemctl status log2ram-daily.timer

foerster-rwth commented 1 year ago

Thank you!