#!/bin/sh
# chkconfig: - 80 30
# description: Wrapper to start sendmail bound to a single IP
USR_LIB_VSERVER=/usr/lib/x86_64-linux-gnu/util-vserver-systemd
exec $USR_LIB_VSERVER/vsysvwrapper sendmail $*

