10000 Merge pull request #63094 from tensorflow/r2.16-20a8fc4339d · IBMZ-Linux-OSS-Python/tensorflow@7c75122 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c75122

Browse files
Merge pull request tensorflow#63094 from tensorflow/r2.16-20a8fc4339d
r2.16 cherry-pick: 20a8fc4 "Inherit env variables for tpu grpc worker console script"
2 parents a64f230 + e02ad1d commit 7c75122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/python/tools/grpc_tpu_worker_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def move_file_to_systemd(service_name):
7474

7575
def enable_start_service(service_name):
7676
commands = [
77+
"systemctl --user import-environment",
7778
"systemctl --user daemon-reload",
7879
f"systemctl --user enable {service_name}",
7980
f"systemctl --user start {service_name}",

0 commit comments

Comments
 (0)
0