summarylogtreecommitdiffstats
path: root/smtpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd.service')
-rw-r--r--smtpd.service10
1 files changed, 5 insertions, 5 deletions
diff --git a/smtpd.service b/smtpd.service
index 11120c654179..74722db10d54 100644
--- a/smtpd.service
+++ b/smtpd.service
@@ -1,11 +1,11 @@
[Unit]
-Description=A FREE implementation of the server-side SMTP protocol
-After=network.target
-Wants=network.target
+Description=OpenSMTPD
+Requires=network-online.target
+After=network-online.target
[Service]
-ExecStart=/usr/sbin/smtpd -d
-ExecStop=/usr/bin/smtpctl stop
+Type=forking
+ExecStart=/usr/bin/smtpd
[Install]
WantedBy=multi-user.target