diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 15:11:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 15:11:49 -0500 |
commit | fd5fc9ed4aca0753779432de3ccc60cce6499af3 (patch) | |
tree | d5f5e997d9516ebd2978874404036a5ec5121579 /data | |
parent | 3f3f5915a4ade92a74633e1b4d7dc19822223213 (diff) | |
download | ayatana-indicator-sound-fd5fc9ed4aca0753779432de3ccc60cce6499af3.tar.gz ayatana-indicator-sound-fd5fc9ed4aca0753779432de3ccc60cce6499af3.tar.bz2 ayatana-indicator-sound-fd5fc9ed4aca0753779432de3ccc60cce6499af3.zip |
Dropping debugging for system-wide support
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-sound.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in index 6d5c870..a5f4b4d 100644 --- a/data/indicator-sound.conf.in +++ b/data/indicator-sound.conf.in @@ -6,9 +6,6 @@ description "Indicator Sound Backend" 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 |