mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
14 lines
312 B
SYSTEMD
14 lines
312 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fetch OCSP responses for all certificates issued with Certbot
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
|
||
|
# When systemd v244+ is available, this should be uncommented to enable retries
|
||
|
# on failure.
|
||
|
Restart=on-failure
|
||
|
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache
|