feat: Enhance login page UI with delayed redirect instead of transparent 307
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
This commit is contained in:
16
scripts/systemd/agent-bounty-ecosystem-hunter.service
Normal file
16
scripts/systemd/agent-bounty-ecosystem-hunter.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user