1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-19 14:14:43 -04:00
Synapse-Ubuntu-ZFS/etc/systemd/system/certbot-ocsp-fetcher.service
2023-08-25 13:17:37 -07:00

14 lines
271 B
Desktop File

[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