[ProcessManager]
;Configuration file for rescue system control
;use logfile (0=dont log, 1=normal log, 2=log with size limit)
Uselogging=0
;Path to write Log file
Logpath=\MN Settings\RESY.log
;Path to write Log file backup (if size restriction is active)
Logpath2=\MN Settings\RESY_backup.log
;max size of the logfile in bytes
Maxlogfilesize=1000
;Path to executable (of MN7)
Navigatorexepath=.\
NAVIGON\
navigon.exe
;what to do at Process exit/crash 0=nothing 1=restart 2=reboot
;(avoid restart because of problems with open filehandles!)
Crashrecovery=2
;Path for route target file which ist written from MN7
Rescuedatapath=\MN Settings\NavigationRoute.resy
;Path to private status file of resy procmanager
StatusFilePath=\MN Settings\ProcManStatus.resy
;How to check for new RESY file 1=length only , 2=no check - use countdowntimer
Checkmode=1
;how many restarts with same RESY file
Maxrestarts=3
;Show message box if exe could not be started
ExeStartFailureMessagebox=1
;countdown timer settings (only used in countdown timer check algorithm)
;the route target file is deleted when the countdowntimer is
zero
;start value of the countdowntimer - this is also the maximum value
LeakyBucketStart=10
;each crash and restart decreases this value from the countdowntimer
LeakyBucketDecrease=5
;!!but: the timer value is *increased* every minute by one during normal operation!