1#!/bin/sh 2 3cd / 4 5for f in /usr/libexec/phosphor-static-norootfs-init/initfiles/*; do 6 $f 7done 8 9exec /lib/systemd/systemd 10