(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:PATH)
          op: assign_op.Equal
          rhs: 
            {<'/command'> <Id.Lit_Colon ':'> <'/usr/local/bin'> <Id.Lit_Colon ':'> <'/usr/local/sbin'> 
              <Id.Lit_Colon ':'> <'/bin'> <Id.Lit_Colon ':'> <'/sbin'> <Id.Lit_Colon ':'> <'/usr/bin'> <Id.Lit_Colon ':'> <'/usr/sbin'> 
              <Id.Lit_Colon ':'> <'/usr/X11R6/bin'>
            }
          spids: [1]
        )
      ]
    )
    (command.Simple
      words: [{<exec>}]
      redirects: [(redir op:<Id.Redir_Less '<'> loc:(redir_loc.Fd fd:0) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (command.Simple
      words: [{<exec>}]
      redirects: [(redir op:<Id.Redir_Great '>'> loc:(redir_loc.Fd fd:1) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (command.Simple
      words: [{<exec>}]
      redirects: [(redir op:<Id.Redir_Great '2>'> loc:(redir_loc.Fd fd:2) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (C {<'/command/svc'>} {<-dx>} {<'/service/'> <Id.Lit_Star '*'>} 
      {<'/service/'> <Id.Lit_Star '*'> <'/log'>}
    )
    (command.Pipeline
      children: [
        (command.Simple
          words: [
            {<env>}
            {<->}
            {<Id.Lit_VarLike 'PATH='> ($ Id.VSub_DollarName '$PATH')}
            {<svscan>}
            {<'/service'>}
          ]
          redirects: [(redir op:<Id.Redir_GreatAnd '2>&'> loc:(redir_loc.Fd fd:2) arg:{<1>})]
          do_fork: T
        )
        (C {<env>} {<->} {<Id.Lit_VarLike 'PATH='> ($ Id.VSub_DollarName '$PATH')} {<readproctitle>} 
          {<service>} {<errors> <Id.Lit_Colon ':'>} 
          {
            <
................................................................................................................................................................................................................................................................................................................................................................................................................
            >
          }
        )
      ]
      negated: F
    )
  ]
)