From 14f45e3f0142b3dd9643cac04e066db33d27626f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 14 Aug 2023 11:01:39 +0300 Subject: [PATCH] Update systemd services to depend on network-online.target Fixes: #616 --- dist/systemd/maddy.service | 2 +- dist/systemd/maddy@.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/systemd/maddy.service b/dist/systemd/maddy.service index 0f5ace2..b159850 100644 --- a/dist/systemd/maddy.service +++ b/dist/systemd/maddy.service @@ -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 diff --git a/dist/systemd/maddy@.service b/dist/systemd/maddy@.service index cc77682..015dcd6 100644 --- a/dist/systemd/maddy@.service +++ b/dist/systemd/maddy@.service @@ -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