MeshDD-Bot/meshdd-bot.service
ppfeiffer 7a0ff15b51 docs: v0.2.6 - WordPress article, systemd service, message splitting fix
- 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>
2026-02-15 14:49:56 +01:00

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