aboutsummaryrefslogtreecommitdiff
path: root/data/indicator-application.conf.in
blob: 459878d5f81c10150bb0e11763a57e7f0a6ffba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description "Indicator Application Service"
author "Ted Gould <ted@canonical.com>"

# NOTE: Limiting only to Unity 7 right now as it's still using
# dbusmenu.  That can be lifted after it is ported to GMenu

start on (indicators-loaded or indicator-services-start) and xsession SESSION=ubuntu
stop on desktop-end

emits appindicators-start appindicators-end

env G_MESSAGES_DEBUG=all
export G_MESSAGES_DEBUG

respawn

exec @libexecdir@/indicator-application-service

pre-stop exec initctl emit appindicators-end