if __name__ == "__main__":
    try:
        main()
    except KeyboardInterrupt:
        die(3, "Exiting on user request")