Recreating broken commits

This commit is contained in:
Cynopolis
2025-04-01 22:08:06 -04:00
parent dd3a7a986f
commit 895a40a389
8 changed files with 451 additions and 0 deletions

14
MeshtasticLogger.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=A simple chat interface and autoresponder for meshtastic
[Service]
Type=simple
WorkingDirectory=/home/quinn/Projects/meshtastic/
ExecStart=sudo /home/quinn/Projects/meshtastic/meshtastic/bin/python -m flask --app /home/quinn/Projects/meshtastic/app.py run --host=0.0.0.0 --port=80
Restart=always
User=quinn
StandardOutput=append:/home/quinn/Projects/meshtastic/logs/meshtastic_system.log
StandardError=append:/home/quinn/Projects/meshtastic/logs/meshtastic_system_error.log
[Install]
WantedBy=default.target