pep.rc.in
changeset 31 e404cd1c7077
parent 30 a66ed0454ca8
equal deleted inserted replaced
30:a66ed0454ca8 31:e404cd1c7077
       
     1 
       
     2 # Modules, that provide internal infrastructure, and will
       
     3 # be loaded automatically by dependencies:
       
     4 #module load pep
       
     5 #module load pep_mood
       
     6 #moudle load pep_tune
       
     7 #module load pep_activity
       
     8 #module load pep_geoloc
       
     9 
       
    10 # Minimum interval betweet two publishes. Any too frequent
       
    11 # publish requests will be discarded. Set to 0 to disable.
       
    12 # (pep_tune option)
       
    13 set @OPT_TUNE_INTERVAL@ = 10
       
    14 
       
    15 # Set to non-zero, if paused state should be considered
       
    16 # stopped state (and thus publish empty data).
       
    17 # (pep_tune option)
       
    18 set @OPT_TUNE_PAUSE_IS_STOP@ = 1
       
    19 
       
    20 # Minimum interval between two publishes. Any too frequent
       
    21 # publish requests will be discarded. Set to 0 to disable.
       
    22 # (pep_geoloc option)
       
    23 set @OPT_GEOLOC_INTERVAL@ = 5
       
    24 
       
    25 module load mood
       
    26 
       
    27 module load tune
       
    28 
       
    29 module load activity
       
    30 
       
    31 module load geoloc
       
    32 
       
    33 # the end