Initial home camera stack

This commit is contained in:
Outis
2026-04-25 11:06:10 -04:00
commit 5d7df0c0c8
15 changed files with 1411 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[Unit]
Description=Doorbell PTT server
After=network-online.target sound.target
Wants=network-online.target
[Service]
Type=simple
User=pi
Group=audio
WorkingDirectory=/home/pi/doorbell
ExecStart=/home/pi/doorbell-venv/bin/python /home/pi/doorbell/server.py
Restart=always
RestartSec=3
NoNewPrivileges=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target