summarylogtreecommitdiffstats
path: root/smtpd.service
diff options
context:
space:
mode:
authorMaarten de Vries2019-05-17 12:15:48 +0200
committerMaarten de Vries2019-05-17 12:29:13 +0200
commit3318a668c9b7b8695d5866cbf92c55fc5bcfc38e (patch)
treef5aefb5d56ae2d22302be3af45cb3be45227e6eb /smtpd.service
downloadaur-3318a668c9b7b8695d5866cbf92c55fc5bcfc38e.tar.gz
Initial commit at 6.4.1p2
Diffstat (limited to 'smtpd.service')
-rw-r--r--smtpd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/smtpd.service b/smtpd.service
new file mode 100644
index 000000000000..78431b4fbb62
--- /dev/null
+++ b/smtpd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenSMTPD
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/smtpd -f /etc/smtpd/smtpd.conf
+
+[Install]
+WantedBy=multi-user.target