diff options
Diffstat (limited to 'data/indicator-sound.conf.in')
-rw-r--r-- | data/indicator-sound.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in new file mode 100644 index 0000000..a5f4b4d --- /dev/null +++ b/data/indicator-sound.conf.in @@ -0,0 +1,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 |