Skip to content

Commit

Permalink
Merge pull request #63094 from tensorflow/r2.16-20a8fc4339d
Browse files Browse the repository at this point in the history
r2.16 cherry-pick: 20a8fc4 "Inherit env variables for tpu grpc worker console script"
  • Loading branch information
learning-to-play committed Feb 29, 2024
2 parents a64f230 + e02ad1d commit 7c75122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/python/tools/grpc_tpu_worker_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def move_file_to_systemd(service_name):

def enable_start_service(service_name):
commands = [
"systemctl --user import-environment",
"systemctl --user daemon-reload",
f"systemctl --user enable {service_name}",
f"systemctl --user start {service_name}",
Expand Down

0 comments on commit 7c75122

Please sign in to comment.