Start serving HKP requests and reconciling with peers from the command line:
$ hockeypuck run --config /path/to/hockeypuck.conf
Logs and messages are written to standard output/error.
Ubuntu packaging installs an upstart service for Hockeypuck:
$ service hockeypuck start
However, it is configured to start after postgresql starts on the local system.
A traditional Sys-V init script is also provided, based on the Debian skeleton script.