4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/bash
|
|
|
|
socat TCP-LISTEN:1224,reuseaddr,fork SYSTEM:"timeout -s SIGKILL 60 python3 -u /home/security_service_async.py"
|