summaryrefslogtreecommitdiff
path: root/mail-mta/opensmtpd/files/smtpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/opensmtpd/files/smtpd.service')
-rw-r--r--mail-mta/opensmtpd/files/smtpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail-mta/opensmtpd/files/smtpd.service b/mail-mta/opensmtpd/files/smtpd.service
new file mode 100644
index 000000000000..fd2a65010604
--- /dev/null
+++ b/mail-mta/opensmtpd/files/smtpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenSMTPD
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/smtpd
+
+[Install]
+WantedBy=multi-user.target