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:
vvzvlad
2025-01-16 08:51:07 +03:00
parent 5d8a2cfdd6
commit f2cce2f592
3 changed files with 11 additions and 9 deletions

View File

@ -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