mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-09 20:31:33 -05:00
14 lines
271 B
SYSTEMD
14 lines
271 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automatic OCSP Fetcher
|
||
|
After=docker.service
|
||
|
Requires=network-online.target
|
||
|
Requires=docker.service
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|