summarylogtreecommitdiffstats
path: root/smtpprox.service
blob: 459917d43955f362bd9c33d98901fa8b28153116 (plain)
1
2
3
4
5
6
7
8
9
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