~maas-maintainers/maas/packaging

« back to all changes in this revision

Viewing changes to debian/maas.maas-pserv.upstart

  • Committer: Tarmac
  • Author(s): Andres Rodriguez
  • Date: 2012-03-15 21:50:18 UTC
  • mfrom: (20.1.4 maas-packaging)
  • Revision ID: ed@carob-20120315215018-yhp14z0avccgfncm
[r=flacoste][bug=955400][author=andreserl] Various packaging improvements that include:
 * configure db only on configure/reconfigure
 * install maas_local_settings.py to etc/maas
 * Update references from MaaS to MAAS
 * Remove debian/po

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# maas - provisioning service
 
1
# maas-pserv - provisioning service
2
2
#
3
 
# MaaS Provisioning Service
 
3
# MAAS Provisioning Service
4
4
 
5
 
description     "MaaS"
 
5
description     "MAAS"
6
6
author "Andres Rodriguez <andres.rodriguez@canonical.com>"
7
7
 
8
8
start on filesystem and net-device-up
11
11
respawn
12
12
 
13
13
# To add options to your daemon, edit the line below:
14
 
exec /usr/bin/twistd -n --pidfile=/run/maas-pserv.pid --logfile=/var/log/maas/maas-pserv.log maas-pserv --config-file=/etc/maas/pserv.yaml
 
14
exec /usr/bin/twistd -n --pidfile=/run/maas-pserv.pid --logfile=/dev/null maas-pserv --config-file=/etc/maas/pserv.yaml