This commit is contained in:
pwn
2025-12-14 14:51:36 +03:00
parent 9b66143f5a
commit 5e647e068d
5 changed files with 170 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 python3 -u /home/security_service.py"
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 python3 -u /home/security_service_async.py"