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