#!/bin/sh
#
# This is used by "certspotter -script ...".
#
# certspotter only accepts a single binary as an executable, so this is
# basically a thin wrapper to run-parts.
#
# See https://github.com/SSLMate/certspotter/issues/14 for the upstream issue
# documenting this use case.

exec /bin/run-parts --lsbsysinit /etc/certspotter/hooks.d
