update radme and service

This commit is contained in:
pstruebi
2025-09-03 14:44:56 +02:00
parent 482de23254
commit 26cd6d5c56
2 changed files with 2 additions and 1 deletions

View File

@@ -187,6 +187,7 @@ sudo ldconfig # refresh linker cache
- echo "y" | rpi-update stable - echo "y" | rpi-update stable
- place cert - place cert
- disable pw login - disable pw login
- loginctl enable-linger "$USER"
- reboot - reboot
# Use temperature sensor # Use temperature sensor

View File

@@ -5,7 +5,7 @@ Description=Auracast Multicast Script
[Service] [Service]
Type=simple Type=simple
WorkingDirectory=/home/caster/bumble-auracast WorkingDirectory=/home/caster/bumble-auracast
ExecStart=/home/caster/.local/bin/poetry run python src/auracast/multicast_script.py ExecStart=/home/caster/bumble-auracast/.venv/bin/python src/auracast/multicast_script.py
Restart=on-failure Restart=on-failure
Environment=PYTHONUNBUFFERED=1 Environment=PYTHONUNBUFFERED=1
Environment=LOG_LEVEL=INFO Environment=LOG_LEVEL=INFO