Update systemd config example

This commit is contained in:
Sean Whalen
2018-09-13 15:50:17 -04:00
parent 4d0bf2723f
commit e8dd04f952

View File

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