Forum › Forums › Official Releases › antiX-26 “Stephen Kapos” › borgD contaminant › Reply To: borgD contaminant
April 17, 2026 at 6:57 am
#202007
Member
OK, I didn’t explain properly, but now I have a couple of minutes to do it justice. The cron job is:
/etc/cron.daily/apt-compat
this script belongs to:
$ dpkg -S /etc/cron.daily/apt-compat
apt: /etc/cron.daily/apt-compat
and I assume you have apt 😉
$ grep systemd /etc/cron.daily/apt-compat
# Systemd systems use a systemd timer unit which is preferable to
# same time. The systemd time is better at this than the fixed
if [ -d /run/systemd/system ]; then
exec /usr/lib/apt/apt.systemd.daily
is that better? 😉 Now I could edit /etc/cron.daily/apt-compat myself & delete the appropriate commands, but it will be overwritten at some point.
- This reply was modified 5 months, 1 week ago by m4r35n357. Reason: more detail