~blake-rouse/maas/is-importing-2.1

« back to all changes in this revision

Viewing changes to services/regiond/run

  • Committer: LaMont Jones
  • Date: 2016-12-07 12:59:10 UTC
  • mfrom: (5561 2.1)
  • mto: This revision was merged to the branch mainline in revision 5563.
  • Revision ID: lamont@canonical.com-20161207125910-fow7gg8v9bo0s1iq
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
# Exec the MAAS API and Web UI Server.
35
35
script="$(readlink -f bin/twistd.region)"
36
 
exec "${script}" --nodaemon --pidfile="" maas-regiond
 
36
exec "${script}" \
 
37
    --logger=provisioningserver.logger.EventLogger \
 
38
    --nodaemon --pidfile="" maas-regiond