OBS-URL: https://build.opensuse.org/request/show/635528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/certbot-systemd-timer?expand=0&rev=1
11 lines
182 B
SYSTEMD
11 lines
182 B
SYSTEMD
[Unit]
|
|
Description=This is the timer to set the schedule for automated renewals
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=6hours
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|