summarylogtreecommitdiffstats
path: root/smtpprox.service
diff options
context:
space:
mode:
Diffstat (limited to 'smtpprox.service')
-rw-r--r--smtpprox.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/smtpprox.service b/smtpprox.service
new file mode 100644
index 000000000000..459917d43955
--- /dev/null
+++ b/smtpprox.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=SMTP proxy in perl
+After=network.target
+
+[Service]
+User=nobody
+ExecStart=/usr/bin/smtpprox 127.0.0.1:10025 127.0.0.1:10026
+
+[Install]
+WantedBy=multi-user.target