summarylogtreecommitdiffstats
path: root/sympa.service
diff options
context:
space:
mode:
authorpiernov2016-06-03 03:19:31 +0200
committerpiernov2016-06-03 03:19:46 +0200
commit783cb11d749e42a570d31ca4d1c5c10dc8dbfcca (patch)
treeb74b0d908e44b6678ec8f373457d171181313fb4 /sympa.service
downloadaur-783cb11d749e42a570d31ca4d1c5c10dc8dbfcca.tar.gz
Initial import of sympa 6.2.15-1
Diffstat (limited to 'sympa.service')
-rw-r--r--sympa.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/sympa.service b/sympa.service
new file mode 100644
index 000000000000..6fe4d9f7c2aa
--- /dev/null
+++ b/sympa.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=Main Sympa daemon
+After=syslog.target
+Wants=sympa-bulk.service
+Wants=sympa-archived.service
+Wants=sympa-bounced.service
+Wants=sympa-task_manager.service
+
+[Service]
+User=sympa
+Group=sympa
+Type=forking
+PIDFile=/run/sympa/sympa_msg.pid
+ExecStart=/usr/bin/sympa_msg.pl
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target