[Officeshots] Important change in the standard factory client: daemon mode

Sander Marechal s.marechal at jejik.com
Mon Jul 5 14:19:11 CEST 2010


Hello,

If you are running our standard Python factory and you want to update to 
the latest version, please note an important change with revision 379.

The factory client can now run as a daemon. You can turn this on or off 
in the configuratin file, where you can also specify a path for the 
pidfile. E.g:

[global]
daemon = true
pidfile = /var/run/factory.pid

Or, to disable it:

[global]
daemon = false

You can use the start|stop|restart commands to control the daemon. E.g:

$ ./factory.py start
$ ./factory.py stop
$ ./factory.py restart

When you use the --debug (-d) option, the factory will always run in the 
foreground, never in daemon mode.

Kind regards,

-- 
Sander Marechal


More information about the Officeshots mailing list