#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2026 Lorenzo Puliti <plorenzo@disroot.org>
#License: CC0-1.0

exec 2>&1

#not sure if it writes to stdout with  --log=- (default is none)
#note: sysv script uses port 10025 instead of 25; systemd uses dynuser
exec ${XCHPST:-} ##bin##  --interface=${INTERFACE:-127.0.0.1} --port=${PORT:-25}  --log=-
