summarylogtreecommitdiffstats
path: root/sympa-bounced.service
blob: 693c5cf3d2e472ad8bd3c5110719464d3b3980bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Non-delivery reports analysis and storage for Sympa
After=syslog.target
BindTo=sympa.service
 
[Service]
User=sympa
Group=sympa
Type=forking
PIDFile=/run/sympa/bounced.pid
ExecStart=/usr/bin/bounced.pl
Restart=on-failure

[Install]
WantedBy=multi-user.target