#!/bin/sh -efu

readonly PROPAGATOR="/usr/sbin/propagator"

if [ -x "$PROPAGATOR" ]; then
    exec "$PROPAGATOR"
fi
