pep.rc.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 23 Sep 2012 15:38:29 +0300
changeset 40 574e404ab82f
parent 31 e404cd1c7077
permissions -rw-r--r--
[geoloc] fix missing symbol


# Modules, that provide internal infrastructure, and will
# be loaded automatically by dependencies:
#module load pep
#module load pep_mood
#moudle load pep_tune
#module load pep_activity
#module load pep_geoloc

# Minimum interval betweet two publishes. Any too frequent
# publish requests will be discarded. Set to 0 to disable.
# (pep_tune option)
set @OPT_TUNE_INTERVAL@ = 10

# Set to non-zero, if paused state should be considered
# stopped state (and thus publish empty data).
# (pep_tune option)
set @OPT_TUNE_PAUSE_IS_STOP@ = 1

# Minimum interval between two publishes. Any too frequent
# publish requests will be discarded. Set to 0 to disable.
# (pep_geoloc option)
set @OPT_GEOLOC_INTERVAL@ = 5

module load mood

module load tune

module load activity

module load geoloc

# the end