blob: a5f4b4dbdcc209eb1de4b9c39b9053c6bdc95e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
respawn
exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service
|