~mpontillo/maas/dns-template-changes-1.7

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tarmac
  • Author(s): Gavin Panella
  • Date: 2012-02-16 10:10:36 UTC
  • mfrom: (130.2.7 pserv-config-file)
  • Revision ID: ed@carob-20120216101036-y652y5t4vdkmzhg9
[r=jtv][bug=][author=allenap] Use a config file for pserv instead of command-line options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        $(RM) -r docs/_build/
78
78
 
79
79
pserv.pid: bin/twistd.pserv
80
 
        bin/twistd.pserv --pidfile=$@ maas-pserv --port=8001
 
80
        bin/twistd.pserv --pidfile=$@ maas-pserv --config-file=etc/pserv.yaml
81
81
 
82
82
pserv-start: pserv.pid
83
83