#!/bin/sh -e

#clean up /run socket and pid file
rm -f /run/poundctl.socket || :
rm -f /var/run/pound.pid || :

exec /lib/runit/finish-exec "$@"
