diff options
author | Ted Gould <ted@gould.cx> | 2013-07-12 10:16:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-07-12 10:16:34 -0500 |
commit | c884831f9473df332be1197d9d36ad3c0229ccfb (patch) | |
tree | 6681993fbad09f68ac2666ff9f03c71621454963 /data/indicator-sound.conf.in | |
parent | 98c77c44a6c374a3fab401eb791ec4e968bf7168 (diff) | |
download | ayatana-indicator-sound-c884831f9473df332be1197d9d36ad3c0229ccfb.tar.gz ayatana-indicator-sound-c884831f9473df332be1197d9d36ad3c0229ccfb.tar.bz2 ayatana-indicator-sound-c884831f9473df332be1197d9d36ad3c0229ccfb.zip |
Switch from being dbus activated to being an upstart job
Diffstat (limited to 'data/indicator-sound.conf.in')
-rw-r--r-- | data/indicator-sound.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in new file mode 100644 index 0000000..73d2a7d --- /dev/null +++ b/data/indicator-sound.conf.in @@ -0,0 +1,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 @pkglibexecdir@/indicator-sound-service |