Update systemd services to depend on network-online.target

Fixes: #616
This commit is contained in:
Pēteris Caune 2023-08-14 11:01:39 +03:00
parent 37bbd40189
commit 14f45e3f01
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Description=maddy mail server
Documentation=man:maddy(1)
Documentation=man:maddy.conf(5)
Documentation=https://maddy.email
After=network.target
After=network-online.target
[Service]
Type=notify

View file

@ -3,7 +3,7 @@ Description=maddy mail server (using %i.conf)
Documentation=man:maddy(1)
Documentation=man:maddy.conf(5)
Documentation=https://maddy.email
After=network.target
After=network-online.target
[Service]
Type=notify