wait for ips to lauch services

master
shirenn 3 years ago
parent 9c4ce6f114
commit e0098cfdf4

@ -4,6 +4,7 @@ import json
import os
import subprocess
import sys
import time
from enum import Enum
path = os.path.dirname(os.path.abspath(__file__))
@ -38,6 +39,7 @@ if __name__ == '__main__':
parser.add_argument('STATE', type=State, choices=list(State))
parser.add_argument('PRIORITY', type=int)
args = parser.parse_args()
time.sleep(2)
with open(os.path.join(path, "keepalived.json")) as config_file:
config = json.load(config_file)

Loading…
Cancel
Save