blob: ae9ac9715c6cd11b80d46a1b831189df8137a7f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[Unit]
Description=Main Sympa daemon
After=syslog.target
Wants=sympa-bulk.service
Before=sympa-bulk.service
Wants=sympa-archived.service
Before=sympa-archived.service
Wants=sympa-bounced.service
Before=sympa-bounced.service
Wants=sympa-task_manager.service
Before=sympa-task_manager.service
[Service]
User=sympa
Group=sympa
Type=forking
PIDFile=/run/sympa/sympa_msg.pid
ExecStartPre=/usr/bin/sympa.pl --health_check
ExecStart=/usr/bin/sympa_msg.pl
Restart=on-failure
[Install]
WantedBy=multi-user.target
|