Files
agent-bounty-protocol/scripts/systemd/agent-bounty-ecosystem-hunter.service
OG T 752a4a45d7
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
feat: Enhance login page UI with delayed redirect instead of transparent 307
2026-06-08 18:37:35 +08:00

17 lines
626 B
Desktop File

[Unit]
Description=Agent Bounty Ecosystem Hunter (Nostr + MCP external probe)
After=network.target
[Service]
Type=simple
WorkingDirectory=/home/ollama/vibework-git
EnvironmentFile=/home/ollama/vibework-git/scripts/ecosystem-hunter.env
ExecStart=/home/ollama/vibework-git/scripts/run_ecosystem_hunter.sh /home/ollama/vibework-git/scripts/ecosystem-hunter.env
Restart=always
RestartSec=20
StandardOutput=append:/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/service.log
StandardError=append:/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/service.log
[Install]
WantedBy=default.target