我怎样才能停止 anacron.timer?

我怎样才能停止 anacron.timer?

我暂时停止了 cron

  sudo service cron stop
  sudo service anacron stop

我收到消息

Warning: Stopping anacron.service, but it can still be activated by:
  anacron.timer

sudo service anacron.timer stop失败了anacron.timer: unrecognized service

我怎样才能停止这一个?

我正在运行 Lubuntu 20.04

/lib/systemd/system/anacron.timer发现

[Unit]
Description=Trigger anacron every hour

[Timer]
OnCalendar=*-*-* 07..23:30
RandomizedDelaySec=5m
Persistent=true

[Install]
WantedBy=timers.target

相关内容