5 lines
96 B
Bash
Raw Normal View History

2024-09-26 13:59:08 +02:00
#!/bin/sh
nohup python3 /server.py > /var/log/server.log 2>&1 &
while true; do /bin/bash; done