update radme and service
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user