# # $Id$ # # /etc/gstrack-runner/runner.cnf # # Basic configuration for the gpstrack-runner # [runner] # # Source URL to spool gpstracks from. # # If you specify a directory, all *.gpstrack and *.gpstrack.gz # found in the given directory are looped forever in alphabetic # order for each client connection accepted by the server. # If the last file has finished, the cycle starts again # with the first one. You might specify the additional parameter # endless=false in order to stop the GPS log after the last file. # # If you specify a single file, this file is replicated from strart to # end once for each connection accepted by the server. # You might specify the additional parameter endless=true # in order to stop the GPS log after the last file. # # Replicating from another daemon by specifying a tcp:// or unix:// # URL here is possible, but is not recommended. # source=file:///var/spool/gpstrack-runner?fake_timestamps=true # # The interval at which TPV records are emitted in seconds. # This is a floating point value and the default value of 1s is # appropriate to simulate a physical device. # interval=1 # # The URL to listen to. # You might alternatively specify a unix domain socket in the syntax # unix:///run/gpstrack-runner-sock # listen_url=tcp://localhost:2948