summarylogtreecommitdiffstats
path: root/sympa-bulk.service
blob: 305f26edc822b606c5ee77018c6a0a296c2c6490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Mail sending for Sympa
After=syslog.target
BindTo=sympa.service
 
[Service]
User=sympa
Group=sympa
Type=forking
PIDFile=/run/sympa/bulk.pid
ExecStart=/usr/bin/bulk.pl
Restart=on-failure

[Install]
WantedBy=multi-user.target