pep.rc.in
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 14 Nov 2014 01:51:58 +0200
changeset 44 636ef7fe3d5b
parent 31 e404cd1c7077
permissions -rw-r--r--
Use build-time variable in sources


# 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