aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd.service
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-28 12:55:11 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commit3c24c1355f273ec7c7919c2d51e225cb7acf28e3 (patch)
tree6095e11b3c4e37ed28e57d826d5e81c673266f27 /smtpd.service
downloadpkgbuilds-3c24c1355f273ec7c7919c2d51e225cb7acf28e3.tar.xz
opensmtp: initial import
Diffstat (limited to 'smtpd.service')
-rw-r--r--smtpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/smtpd.service b/smtpd.service
new file mode 100644
index 0000000..0ad2182
--- /dev/null
+++ b/smtpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenSMTPD
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/smtpd
+
+[Install]
+WantedBy=multi-user.target