forked from pool/dehydrated
Marcus Rueckert
19ef4a12d8
- Swap statements in post: installing services requires tmp.d - (Weak) dependency on dehydrated-acmeresponder. - systemd update service: ConditionPathExists goes into [Unit] section - Use timer instead of cron for systemd-enabled distros OBS-URL: https://build.opensuse.org/request/show/527349 OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=10
11 lines
168 B
SYSTEMD
11 lines
168 B
SYSTEMD
[Unit]
|
|
Description=Run Certificate Update Runner for Dehydrated
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
# Two hour window
|
|
RandomizedDelaySec=7200
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|