Fail the setup if we can't connect to VPP; exit the daemon with non-zero value to force restart by systemd
This commit is contained in:
@ -238,5 +238,7 @@ def main():
|
||||
except KeyboardInterrupt:
|
||||
a.stop()
|
||||
|
||||
sys.exit(-1)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Reference in New Issue
Block a user