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