blob: 6d5c870b4f271636733b3d443ba430aa82509dc5 (
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 @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service
|