From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/dbmail/dbmail-lmtpd.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/dbmail/dbmail-lmtpd.service (limited to 'community/dbmail/dbmail-lmtpd.service') diff --git a/community/dbmail/dbmail-lmtpd.service b/community/dbmail/dbmail-lmtpd.service new file mode 100644 index 000000000..570ba1ec7 --- /dev/null +++ b/community/dbmail/dbmail-lmtpd.service @@ -0,0 +1,11 @@ +[Unit] +Description=DBMail LMTP Server +After=syslog.target network.target mysqld.service postgresql.service + +[Service] +Type=forking +PIDFile=/run/dbmail/dbmail-lmtpd.pid +ExecStart=/usr/bin/dbmail-lmtpd -p /run/dbmail/dbmail-lmtpd.pid + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf