Files
HomeAgent/tools/deploy/homeagent.service
root 5fd8d04b1e chore: replace hack with tools and remove obsolete artifacts
- Rename hack/ to tools/ for formal naming
- Update plugin development and deployment script references
- Remove obsolete DESIGN/MILESTONE/PLAN docs now superseded by docs/
- Remove abandoned internal/onebot implementation
- Ignore stray local qq binary artifact
2026-07-06 20:46:32 +08:00

14 lines
234 B
Desktop File

[Unit]
Description=HomeAgent - 24/7 AI Butler
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/homed -data /home/newqqagent
Restart=always
RestartSec=10
Environment=HOME=/root
[Install]
WantedBy=multi-user.target