add nss-lookup.target to ensure that domain resolution works before the service runs
parent
883d824dda
commit
0858e5f915
|
@ -4,7 +4,7 @@
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Renew Let's Encrypt certificates using acme.sh
|
Description=Renew Let's Encrypt certificates using acme.sh
|
||||||
After=network-online.target
|
After=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
Loading…
Reference in New Issue