aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-15 12:24:12 -0500
committerTed Gould <ted@gould.cx>2010-10-15 12:24:12 -0500
commitfc94eab8fd3749f0c9c68451f359c9e1efcdfd3b (patch)
treed9ae75cc78f3b07bb28acc4565c1f83285d2b662 /tools
parent558a37d1ad6479d912c8af6f209f7ba3b7cdc823 (diff)
downloadlibayatana-indicator-fc94eab8fd3749f0c9c68451f359c9e1efcdfd3b.tar.gz
libayatana-indicator-fc94eab8fd3749f0c9c68451f359c9e1efcdfd3b.tar.bz2
libayatana-indicator-fc94eab8fd3749f0c9c68451f359c9e1efcdfd3b.zip
All the environment flags we should set for debugging
Diffstat (limited to 'tools')
-rw-r--r--tools/indicator-debugging8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/indicator-debugging b/tools/indicator-debugging
new file mode 100644
index 0000000..afc2093
--- /dev/null
+++ b/tools/indicator-debugging
@@ -0,0 +1,8 @@
+# Timeout after 1 minute
+export INDICATOR_SERVICE_SHUTDOWN_TIMEOUT=60000
+
+# If no one connects, still stay alive
+export INDICATOR_ALLOW_NO_WATCHERS=1
+
+# Don't restart the services if they crash
+export INDICATOR_SERVICE_RESTART_DISABLE=1