2b8886f ecf864b 2b8886f
1
2
3
4
5
6
7
8
#!/bin/sh # Start crond in the background /usr/sbin/crond -b & # Start panel server panel serve /app/main.py --port 8000 #--address 0.0.0.0 --allow-websocket-origin *