aboutsummaryrefslogtreecommitdiff
path: root/data/ayatana-indicator-application.conf.in
blob: 8d884c5df92e6c612c05267df07ad44c990ebdb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
description "Ayatana Indicator Application Service"

start on ayatana-indicator-services-start
stop on desktop-end or ayatana-indicator-services-end

emits ayatana-appindicators-start ayatana-appindicators-end

respawn
respawn limit 2 10

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

	if [ "x$DESKTOP_SESSION" = "xubuntu-touch" ] ; then
		stop; exit 0
	fi
end script

exec $SNAP@pkglibexecdir@/ayatana-indicator-application-service

pre-stop exec initctl emit ayatana-appindicators-end