#!/bin/bash # run everything in start.d find /start.d -type f -executable -exec {} \; chown nexus /data # start services exec supervisord