fix: service working path

This commit is contained in:
2026-04-14 12:52:14 +02:00
parent 61017757fa
commit e38e308247
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/python3 -u intercom.py
WorkingDirectory=/home/pi
WorkingDirectory=/home/pi/intercom
StandardOutput=inherit
StandardError=inherit
Restart=always