blob: f21559ccf775bf63912e15bd4684bca429e8282d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# These are environment variables that effect the behavior
# of libindicator's service manager and indicator service
# objects. They turn off various robustness features that
# make debugging difficult and are not recommended for
# daily use. Development use only!
# 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
|