mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-12 13:51:33 -05:00
14 lines
271 B
Desktop File
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 |