- Add WordPress blog post describing the bot (docs/) - Add systemd service file for production deployment - Message split numbering [x/y], increase delay to 3s Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
289 B
Desktop File
15 lines
289 B
Desktop File
[Unit]
|
|
Description=MeshDD-Bot - Meshtastic Bot with Web Dashboard
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=peter
|
|
WorkingDirectory=/home/peter/meshdd-bot
|
|
ExecStart=/home/peter/meshdd-bot/venv/bin/python main.py
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|