summarylogtreecommitdiffstats
path: root/dmarc-report-converter.service
blob: 275465574caf0e6cd4712661f0f06b78c230890e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=DMARC report converter
After=network.target

[Service]
Type=simple
User=nginx
Group=nginx
ExecStart=/usr/bin/dmarc-report-converter
KillMode=process

[Install]
WantedBy=multi-user.target