add nss-lookup.target to ensure that domain resolution works before the service runs

master
allddd 2024-09-06 19:58:33 +02:00
parent 883d824dda
commit 0858e5f915
1 changed files with 1 additions and 1 deletions

@ -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