blob: 03515b5cbbdc18f42b1c0098adabfed945173953 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=PiKVM - Certbot-Renew for KVMD-Nginx
[Service]
Type=oneshot
EnvironmentFile=-/etc/conf.d/kvmd-certbot
ExecStart=/usr/bin/kvmd-certbot renew --quiet
# Should we?..
# PrivateTmp=true
|