blob: 01ce0197eb38f1edc3fcb81a4ebb0ec4f291266f [file] [log] [blame]
#!/bin/sh
cd /
for f in /usr/libexec/phosphor-static-norootfs-init/*; do
if [ "$(basename "$f")" = "init" ]; then
continue
fi
$f
done
exec /lib/systemd/systemd