Add internal daemon routes and service management scripts
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /root/codex/source-gamepanel/apps/daemon
|
||||
export DAEMON_CONFIG=/root/codex/source-gamepanel/daemon-dev.yml
|
||||
exec /root/codex/source-gamepanel/apps/daemon/target/release/gamepanel-daemon
|
||||
Reference in New Issue
Block a user