diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-28 12:55:11 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | 3c24c1355f273ec7c7919c2d51e225cb7acf28e3 (patch) | |
tree | 6095e11b3c4e37ed28e57d826d5e81c673266f27 /smtpd.service | |
download | pkgbuilds-3c24c1355f273ec7c7919c2d51e225cb7acf28e3.tar.xz |
opensmtp: initial import
Diffstat (limited to 'smtpd.service')
-rw-r--r-- | smtpd.service | 10 |
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 |