diff options
author | Ted Gould <ted@gould.cx> | 2013-10-31 18:00:31 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-31 18:00:31 +0000 |
commit | 5214427d1bf98bcd3f48ecfe31bdd7abda05f7eb (patch) | |
tree | 78048d7a95339803ea2f1df9018927e41b741fa9 /data/indicator-sound.conf.in | |
parent | 76d71b5213c0fffb212af68bf1cbe39924a06cd1 (diff) | |
parent | 2f30a8e4a8fa730133c70033e09680b56c2e74b5 (diff) | |
download | ayatana-indicator-sound-5214427d1bf98bcd3f48ecfe31bdd7abda05f7eb.tar.gz ayatana-indicator-sound-5214427d1bf98bcd3f48ecfe31bdd7abda05f7eb.tar.bz2 ayatana-indicator-sound-5214427d1bf98bcd3f48ecfe31bdd7abda05f7eb.zip |
Switching around the config files. Fixes: https://bugs.launchpad.net/bugs/1185565.
Approved by PS Jenkins bot, Charles Kerr.
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 |