Fixing Services Not Running After Upgrading Shares

After an upgrade, it may seem that only MySQL is running and the other services are missing. The problem may be that an error during the upgrade left Shares in the "setup" runlevel instead of the "up" runlevel. to fix the problem, you need to change the current runlevel to be the "up" runlevel.

Important: Do not add symlinks to /opt/aspera/shares/etc/runitrunlevels/setup.
Use the following command from runit:
/opt/aspera/shares/sbin/runsvchdir up
Shares is now at the "up" runlevel and the other services should now work.