8000 Inherit env variables for tpu grpc worker console script · IBMZ-Linux-OSS-Python/tensorflow@e02ad1d · GitHub
[go: up one dir, main page]

Skip to content

Commit e02ad1d

Browse files
Inherit env variables for tpu grpc worker console script
PiperOrigin-RevId: 611533191
1 parent a64f230 commit e02ad1d

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