4 lines
173 B
Bash
4 lines
173 B
Bash
#!/bin/bash
|
|
cd /root
|
|
nohup /usr/local/lib/hermes-agent/venv/bin/python -m hermes_cli.main --profile anita gateway run &>/root/.hermes/logs/anita-gateway.log &
|
|
echo "PID: $!" |