Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: Replace "user-specified process" with "user-specified code" in 'create' #466

Closed
wants to merge 1 commit into from

Commits on May 27, 2016

  1. runtime: Replace "user-specified process" with "user-specified code" …

    …in 'create'
    
    Because we *do* want to create the process at create-time, we just
    want to idle it running runtime-specified code until start-time.  The
    language I'm changing to already exists in the lifecycle and start
    sections.
    
    Since there were a number of links to the process spec, I replaced the
    inline targets with a reference-style target.  And while I was doing
    that, I added a missing close-paren to lifecycle step 2.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed May 27, 2016
    Configuration menu
    Copy the full SHA
    bdd365a View commit details
    Browse the repository at this point in the history