From e8dd04f952259c1eae97cae541a7e54eeff966fe Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 13 Sep 2018 15:50:17 -0400 Subject: [PATCH] Update systemd config example --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 6dd7379..f8afea7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -581,7 +581,8 @@ Create the service configuration file [Unit] Description=parsedmarc mailbox watcher Documentation=https://domainaware.github.io/parsedmarc/ - After=elasticsearch.service + Wants=network-online.target + After=network.target network-online.target elasticsearch.service [Service] ExecStart=/usr/local/bin/parsedmarc --watch --silent --save-aggregate --save-forensic -H "outlook.office365.com" -u "dmarc@example.com" -p "FooBar!"