summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-lmtpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/dbmail/dbmail-lmtpd.service')
-rw-r--r--community/dbmail/dbmail-lmtpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/dbmail/dbmail-lmtpd.service b/community/dbmail/dbmail-lmtpd.service
new file mode 100644
index 000000000..e531b2e3e
--- /dev/null
+++ b/community/dbmail/dbmail-lmtpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=DBMail LMTP Server
+After=syslog.target network.target mysqld.service postgresql.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/dbmail-lmtpd
+
+[Install]
+WantedBy=multi-user.target