[Unit] Description=A simple chat interface and autoresponder for meshtastic [Service] Type=simple WorkingDirectory=${WORKING_DIRECTORY}/ ExecStart=sudo ${WORKING_DIRECTORY}/meshtastic/bin/python -m flask --app ${WORKING_DIRECTORY}/app.py run --host=0.0.0.0 --port=80 Restart=always User=quinn StandardOutput=append:${WORKING_DIRECTORY}/logs/meshtastic_system.log StandardError=append:${WORKING_DIRECTORY}/logs/meshtastic_system_error.log [Install] WantedBy=multi-user.target