Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-22 10:39:15 +02:00
committed by GitHub
parent 41831c5766
commit 691335c306
2 changed files with 23 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Run server in background
nohup go run main.go > server.log 2>&1 &
echo "Server started in background"
echo "PID: $!"
echo "Logs: server.log"
echo "For kontakt service, run in new terminal: cd kontakt && sudo make dev"