~seb128/indicator-application/dont-werror-on-deprecations

« back to all changes in this revision

Viewing changes to data/indicator-application.conf.in

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-10-31 17:57:31 UTC
  • mfrom: (240.2.12 upstart-job)
  • Revision ID: tarmac-20131031175731-wneg21ef7vfe8nlw
Switch indicator application over to having an upstart job for managing the service.  Also make it emit it's own event for when application indicators should be started so we can clean up the boot sequence. Fixes: https://bugs.launchpad.net/bugs/1185565.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "Indicator Application Service"
 
2
 
 
3
# NOTE: Limiting only to Unity 7 right now as it's still using
 
4
# dbusmenu.  That can be lifted after it is ported to GMenu
 
5
 
 
6
start on (indicators-loaded or indicator-services-start) and xsession SESSION=ubuntu
 
7
stop on desktop-end or indicator-services-end
 
8
 
 
9
emits appindicators-start appindicators-end
 
10
 
 
11
respawn
 
12
 
 
13
exec @libexecdir@/indicator-application-service
 
14
 
 
15
pre-stop exec initctl emit appindicators-end