Update README with systemd service setup details

Added instructions for service configuration and monitoring.
This commit is contained in:
c1328
2026-02-05 22:53:27 +01:00
committed by GitHub
parent 34020a03e2
commit 5cb66fe2f6
+5 -2
View File
@@ -271,10 +271,10 @@ Prototypisch gibt es folgendes Script, welches verschlüsselte Direktnachrichten
Das Script sollte als systemd eingerichtet werden, dann schreibt es seinen Status in das MQTT topic ```service/PKIdownlink/#```
```bash
# Service Konfiguration anlegen
vi /etc/systemd/system/meshtastic-decryptor@.service
```
```ini
# mit folgendem Inhalt:
[Unit]
Description=Meshtastic Decryptor Service for Channel %I
After=network.target
@@ -304,6 +304,9 @@ systemctl start meshtastic-decryptor@Kanal2
sudo systemctl enable meshtastic-decryptor@Kanal0
sudo systemctl enable meshtastic-decryptor@Kanal1
sudo systemctl enable meshtastic-decryptor@Kanal2
# Schauen ob alles läuft
journalctl -u "meshtastic-decryptor@*" -f
```
Hier ist gerne Rückmeldung erwünscht, ob das zuverlässig funktioniert.