(CommandList
  children: [
    (C {(set)} {(-e)})
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:PATH)
          op: Equal
          rhs: {(/bin) (Lit_Other ':') (/usr/bin) (Lit_Other ':') (/sbin) (Lit_Other ':') (/usr/sbin)}
          spids: [44]
        )
      ]
      spids: [44]
    )
    (Assignment
      keyword: Assign_None
      pairs: [(assign_pair lhs:(LhsName name:DAEMON) op:Equal rhs:{(/usr/sbin/uuidd)} spids:[53])]
      spids: [53]
    )
    (Assignment
      keyword: Assign_None
      pairs: [(assign_pair lhs:(LhsName name:UUIDD_USER) op:Equal rhs:{(uuidd)} spids:[56])]
      spids: [56]
    )
    (Assignment
      keyword: Assign_None
      pairs: [(assign_pair lhs:(LhsName name:UUIDD_GROUP) op:Equal rhs:{(uuidd)} spids:[59])]
      spids: [59]
    )
    (Assignment
      keyword: Assign_None
      pairs: [(assign_pair lhs:(LhsName name:UUIDD_DIR) op:Equal rhs:{(/run/uuidd)} spids:[62])]
      spids: [62]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:PIDFILE)
          op: Equal
          rhs: {($ VSub_Name '$UUIDD_DIR') (/uuidd.pid)}
          spids: [65]
        )
      ]
      spids: [65]
    )
    (AndOr
      ops: [Op_DPipe]
      children: [
        (C {(test)} {(-x)} {($ VSub_Name '$DAEMON')})
        (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
      ]
    )
    (C {(.)} {(/lib/lsb/init-functions)})
    (Case
      to_match: {(DQ ($ VSub_Number '$1'))}
      arms: [
        (case_arm
          pat_list: [{(start)}]
          action: [
            (C {(log_daemon_msg)} {(DQ ('Starting uuid generator'))} {(DQ (uuidd))})
            (If
              arms: [
                (if_arm
                  cond: [
                    (Sentence
                      child: 
                        (Pipeline
                          children: [(C {(test)} {(-d)} {($ VSub_Name '$UUIDD_DIR')})]
                          negated: T
                        )
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  action: [
                    (C {(mkdir)} {(-p)} {($ VSub_Name '$UUIDD_DIR')})
                    (C {(chown)} {(-R)} 
                      {($ VSub_Name '$UUIDD_USER') (Lit_Other ':') ($ VSub_Name '$UUIDD_GROUP')} {($ VSub_Name '$UUIDD_DIR')}
                    )
                  ]
                  spids: [16777215 123]
                )
              ]
              spids: [16777215 144]
            )
            (C {(start_daemon)} {(-p)} {($ VSub_Name '$PIDFILE')} {($ VSub_Name '$DAEMON')})
            (C {(log_end_msg)} {($ VSub_QMark '$?')})
          ]
          spids: [97 98 161 16777215]
        )
        (case_arm
          pat_list: [{(stop)}]
          action: [
            (C {(log_daemon_msg)} {(DQ ('Stopping uuid generator'))} {(DQ (uuidd))})
            (C {(killproc)} {(-p)} {($ VSub_Name '$PIDFILE')} {($ VSub_Name '$DAEMON')})
            (C {(log_end_msg)} {($ VSub_QMark '$?')})
          ]
          spids: [164 165 193 16777215]
        )
        (case_arm
          pat_list: [{(status)}]
          action: [
            (If
              arms: [
                (if_arm
                  cond: [
                    (Sentence
                      child: 
                        (SimpleCommand
                          words: [
                            {(pidofproc)}
                            {(-p)}
                            {($ VSub_Name '$PIDFILE')}
                            {($ VSub_Name '$DAEMON')}
                          ]
                          redirects: [
                            (Redir
                              op_id: Redir_Great
                              fd: 16777215
                              arg_word: {(/dev/null)}
                              spids: [210]
                            )
                            (Redir
                              op_id: Redir_GreatAnd
                              fd: 2
                              arg_word: {(1)}
                              spids: [213]
                            )
                          ]
                        )
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  action: [
                    (Sentence
                      child: (C {(echo)} {(DQ ($ VSub_Name '$DAEMON') (' is running'))})
                      terminator: <Op_Semi ';'>
                    )
                    (Sentence
                      child: (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  spids: [16777215 217]
                )
              ]
              else_action: [
                (Sentence
                  child: (C {(echo)} {(DQ ($ VSub_Name '$DAEMON') (' is NOT running'))})
                  terminator: <Op_Semi ';'>
                )
                (If
                  arms: [
                    (if_arm
                      cond: [
                        (Sentence
                          child: (C {(test)} {(-f)} {($ VSub_Name '$PIDFILE')})
                          terminator: <Op_Semi ';'>
                        )
                      ]
                      action: [
                        (Sentence
                          child: (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(2)})
                          terminator: <Op_Semi ';'>
                        )
                      ]
                      spids: [16777215 256]
                    )
                  ]
                  spids: [16777215 263]
                )
                (Sentence
                  child: (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(3)})
                  terminator: <Op_Semi ';'>
                )
              ]
              spids: [235 272]
            )
          ]
          spids: [196 197 275 16777215]
        )
        (case_arm
          pat_list: [{(force-reload)} {(restart)}]
          action: [(C {($ VSub_Number '$0')} {(stop)}) (C {($ VSub_Number '$0')} {(start)})]
          spids: [278 281 294 16777215]
        )
        (case_arm
          pat_list: [{(Lit_Other '*')}]
          action: [
            (C {(echo)} {(DQ ('Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}'))})
            (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
          ]
          spids: [297 298 313 16777215]
        )
      ]
      spids: [88 94 315]
    )
    (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)