File size: 160 Bytes
14d4369
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Launch the sync agent in the background
python3 /home/node/sync.py &

# Start the primary web server
opencode web --port 4096 --hostname 0.0.0.0