Ticket #580 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 12 months ago

I wish buildbot could run without daemonizing

Reported by: zooko Owned by:
Priority: minor Milestone: undecided
Version: 0.7.10 Keywords:
Cc:

Description

Configuring launchd on Mac OS X to run buildbot would be easier if I could say buildbot --no-daemonize.

Change History

comment:1 Changed 4 years ago by dustin

  • Status changed from new to closed
  • Resolution set to worksforme

Well, buildbot is just a comand-line tool. It doesn't daemonize.

I think twistd provides a way to not daemonize -- the -n flag.

comment:2 Changed 12 months ago by exarkun

  • Status changed from closed to reopened
  • Resolution worksforme deleted

buildbot start ... sure seems to daemonize to me.

comment:3 Changed 12 months ago by dustin

  • Status changed from reopened to closed
  • Resolution set to worksforme

This is implemented now in master, and will ship in 0.8.7. And as I said three years ago, you can use twistd -n. You should check out Twisted - it's got lots of useful features!

Note: See TracTickets for help on using tickets.