8 lines
174 B
SYSTEMD
8 lines
174 B
SYSTEMD
|
[Unit]
|
||
|
Description="Deploy Let's Encrypt Certificate"
|
||
|
ConditionDirectoryNotEmpty=/var/tmp/letsencrypt
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/sbin/letsencrypt-deploy.sh
|