31 lines
605 B
Django/Jinja
31 lines
605 B
Django/Jinja
/*
|
|
* Created Date: Sunday December 21st 2025
|
|
* Author: Aaron Johnson aaron.johnson@akamai.com
|
|
* -----
|
|
* Last Modified: Sunday, 21st December 2025
|
|
* Modified By: the engineer formerly known as Aaron Johnson
|
|
* -----
|
|
* Copyright (c) 2025 Contact Author for details
|
|
* -----
|
|
* USAGE/DOCUMENTATION:
|
|
*
|
|
* -----
|
|
* INSTALLATION
|
|
*
|
|
* -----
|
|
* HISTORY:
|
|
* Date By Comments
|
|
* ---------- --- ---------------------------------------------------------
|
|
*/
|
|
|
|
[Unit]
|
|
Description=Daily ACME renewal check
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|