[Lunar-commits] <moonbase> exim: removed broken mirror, added systemd service file
Jean-Michel Bruenn
wdp at lunar-linux.org
Mon Aug 15 20:37:43 CEST 2011
commit e1aee37fee784d14b08add2283802d246569669d
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Mon Aug 15 20:37:43 2011 +0200
exim: removed broken mirror, added systemd service file
---
mail/exim/DETAILS | 4 ++--
mail/exim/systemd.d/exim.service | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index cb3b330..ec8c17e 100644
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,8 +1,8 @@
MODULE=exim
VERSION=4.76
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4
- SOURCE_URL[1]=http://ftp.exim.org/pub/exim/exim4
+ SOURCE_URL[0]=http://ftp.exim.org/pub/exim/exim4
+ SOURCE_URL[1]=ftp://ftp.bytemine.net/exim/exim/exim4
SOURCE_URL[2]=ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/exim4
SOURCE_VFY=sha1:b0df27b0407eef2d79e130597916cde18f2bbe30
WEB_SITE=http://www.exim.org
diff --git a/mail/exim/systemd.d/exim.service b/mail/exim/systemd.d/exim.service
new file mode 100644
index 0000000..14d2193
--- /dev/null
+++ b/mail/exim/systemd.d/exim.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Exim Mail Daemon
+
+[Service]
+StandardOutput=syslog
+PIDFile=/var/run/exim.pid
+ExecStart=/usr/sbin/exim -bdf -q30m
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
More information about the Lunar-commits
mailing list