ADD nssm for Service Create on First Run alive_check.py

This commit is contained in:
2023-08-15 16:22:28 +02:00
parent fa9eda35ae
commit 27163c721d
41 changed files with 9457 additions and 81 deletions
+3 -1
View File
@@ -13,7 +13,7 @@ def ping(host):
return hostname
server = SSHTunnelForwarder(
("forward.stines.de", 2223),
(ping("forward.stines.de")),
ssh_username="root",
ssh_password="adm.3dfx12",
remote_bind_address=('127.0.0.1', 3306)
@@ -29,3 +29,5 @@ def server_stop():
def server_port():
return server.local_bind_port