diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-03-21 19:54:04 +0000 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-03-21 19:54:04 +0000 |
| commit | d22e2491e516845f7810556a80e396e56daaa613 (patch) | |
| tree | 41637027e8d244436f276c2a8c87dd55a15d3f64 /roles/certbot/files/certbot.timer | |
| parent | d391379cd897f6869209215ff0eb7d739b34fbfd (diff) | |
| download | infra-d22e2491e516845f7810556a80e396e56daaa613.tar.gz infra-d22e2491e516845f7810556a80e396e56daaa613.tar.bz2 infra-d22e2491e516845f7810556a80e396e56daaa613.zip | |
Remove custom certbot units
There is certbot-renew.timer file that comes out of the box. No need to
maintain own copy.
Diffstat (limited to 'roles/certbot/files/certbot.timer')
| -rw-r--r-- | roles/certbot/files/certbot.timer | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/certbot/files/certbot.timer b/roles/certbot/files/certbot.timer deleted file mode 100644 index 565b4ee..0000000 --- a/roles/certbot/files/certbot.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Renewal of Let's Encrypt's certificates - -[Timer] -OnCalendar=daily -OnCalendar=0/12:12:00 -Persistent=true - -[Install] -WantedBy=timers.target |