# Command line options  
#  -cleanup
#        Remove dangling services
#  -deregister string
#        Deregister exited services "always" or "on-success" (default "always")
#  -internal
#        Use internal ports instead of published ones
#  -ip string
#        IP for ports mapped to the host
#  -resync int
#        Frequency with which services are resynchronized
#  -retry-attempts int
#        Max retry attempts to establish a connection with the backend. Use -1 for infinite retries
#  -retry-interval int
#        Interval (in millisecond) between retry-attempts. (default 2000)
#  -tags string
#        Append tags for all registered services
#  -ttl int
#        TTL for services (default is no expiry)
#  -ttl-refresh int
#        Frequency with which service TTLs are refreshed
#
OPTIONS="ip consul://127.0.0.1:8500 -cleanup -resync 30"
