#!/bin/bash

if [ "$$" = "1" ]; then
  exec /sbin/runit "$@"
fi

exec /lib/runit/runit-init "$@"
