#! /bin/sh

if [ -d /etc/zephyr/zinit.d ] ; then
	run-parts /etc/zephyr/zinit.d
fi
