blob: 73d2a7dadd1fda2194c155126237b19efca947f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
description "Indicator Sound Backend"
# Want to move to indicator-services-[start|end], but that's not all
# there yet. Use the signals that exist today for now.
start on indicators-loaded or indicator-services-start
stop on desktop-end or indicator-services-end
env G_MESSAGES_DEBUG=all
export G_MESSAGES_DEBUG
respawn
exec @pkglibexecdir@/indicator-sound-service
|