You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
[Unit]
|
|
Description=Lego Let's Encrypt client
|
|
Documentation=https://go-acme.github.io/lego/
|
|
Requires=lego-run.service lego-renew.timer
|
|
After=lego-run.service lego-renew.timer
|
|
|
|
# Allow isolation - can stop/start this target independently
|
|
AllowIsolate=yes
|
|
|
|
[Install]
|
|
# Start by default on boot
|
|
WantedBy=multi-user.target default.target
|
|
|