Refactor grpcbalancer installation in playbook.yml to use shell commands for copying and setting permissions; update service file path in grpc-balancer.service; remove deprecated grpcbalancer.py file.
This commit is contained in:
@ -7,7 +7,7 @@ Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/grpcbalancer.py
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/grpc-balancer.py
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
|
Reference in New Issue
Block a user