17 lines
626 B
Desktop File
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
|