- CLI with notification, activity, and escalation commands - SQLite database with schema - Datasette + static HTML dashboard - Systemd service for background operation - Install/uninstall scripts - SKILL.md and procedures for sub-agent usage
15 lines
305 B
Desktop File
15 lines
305 B
Desktop File
[Unit]
|
|
Description=Argus Community Dashboard
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/argus serve
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
Environment=ARGUS_DB=/root/.argus/argus.db
|
|
Environment=ARGUS_PORT=8100
|
|
Environment=ARGUS_DASHBOARD_PORT=8101
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|