The cron job isn't used on Ubuntu.
You can use "sudo systemctl edit certbot.service
" or something like that to edit the systemd timer.
(Note that, unlike cron jobs, ExecStart
in timers always takes an absolute path.)
The cron job isn't used on Ubuntu.
You can use "sudo systemctl edit certbot.service
" or something like that to edit the systemd timer.
(Note that, unlike cron jobs, ExecStart
in timers always takes an absolute path.)