initial release to simulate clients from ze server on another server to get us advertised on gametracker again hehe

This commit is contained in:
2024-06-29 00:26:24 +02:00
parent c0ed7d5286
commit 7b0e7e5ef1
3 changed files with 232 additions and 0 deletions
@@ -0,0 +1,10 @@
[Unit]
Description=Moves info from ze to the simulate server
[Service]
Type=simple
User=gameservers
WorkingDirectory=/home/gameservers/udp_director
ExecStart=/home/gameservers/udp_director/move_text_to_simulate_server.py
Restart=always
RestartSec=10s