diff --git a/actors/src/udsactor/windows/UDSActorService.py b/actors/src/udsactor/windows/UDSActorService.py index 10e325470..06cef9091 100644 --- a/actors/src/udsactor/windows/UDSActorService.py +++ b/actors/src/udsactor/windows/UDSActorService.py @@ -146,6 +146,7 @@ class UDSActorSvc(win32serviceutil.ServiceFramework, CommonService): else: operations.joinDomain( domain, ou, account, password, executeInOneStep=False) + self.reboot() else: operations.renameComputer(name) logger.info(