summaryrefslogtreecommitdiff
path: root/community/opensmtpd/smtpd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
committerroot <root@rshg054.dnsready.net>2013-04-18 00:07:00 -0700
commit55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (patch)
tree8d01afa98e716f4c647bfb7dfcc2c3ed885fddc7 /community/opensmtpd/smtpd.service
parent0f02baec6afdab918d86a226ee9a984482b5a534 (diff)
Thu Apr 18 00:06:59 PDT 2013
Diffstat (limited to 'community/opensmtpd/smtpd.service')
-rw-r--r--community/opensmtpd/smtpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/opensmtpd/smtpd.service b/community/opensmtpd/smtpd.service
new file mode 100644
index 000000000..0ad21825c
--- /dev/null
+++ b/community/opensmtpd/smtpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenSMTPD
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/smtpd
+
+[Install]
+WantedBy=multi-user.target