Fail gracefully when tasks_enabled is empty or malformed
Currently, if tasks_enabled is empty, SSM will hang with no error, and will not respond to anything other than Ctrl+Alt+Del.
Need to make a sanity check to see if the file is empty or not, and print a usable error message, then allow the user to either drop to shell or reboot.