summarylogtreecommitdiffstats
path: root/sympa.service
diff options
context:
space:
mode:
authorpiernov2016-06-22 11:48:06 +0200
committerpiernov2016-06-22 11:57:34 +0200
commit9128a1284f7ad9ab704ac8688d8cb3bdc3107f1e (patch)
treeb9ed567e3b2abd5b6ea8b60291fa4ab0bad7efde /sympa.service
parent7e4bb3410dd5669b59f5044c77db5348a2f1bafd (diff)
downloadaur-9128a1284f7ad9ab704ac8688d8cb3bdc3107f1e.tar.gz
Update to 6.2.16-1
Diffstat (limited to 'sympa.service')
-rw-r--r--sympa.service5
1 files changed, 5 insertions, 0 deletions
diff --git a/sympa.service b/sympa.service
index 6fe4d9f7c2aa..ae9ac9715c6c 100644
--- a/sympa.service
+++ b/sympa.service
@@ -2,15 +2,20 @@
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