mirror of
https://github.com/chatmail/relay.git
synced 2026-09-22 15:20:10 +00:00
9 lines
145 B
Django/Jinja
9 lines
145 B
Django/Jinja
[Unit]
|
|
Description=Renew TLS certificates with acmetool
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ bin_path }} --batch reconcile
|
|
|