feat: add systemd service unit and install script

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VsJfJngYUpB4dr77GvcEb8
This commit is contained in:
2026-07-01 00:53:09 +02:00
co-authored by Claude Sonnet 4.6
parent 9f221c5d19
commit 6651d43314
2 changed files with 26 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=BrewPi temperature controller server
After=network.target
[Service]
Type=simple
User=jens
WorkingDirectory=/home/jens/work/repos/brewpi
ExecStart=/home/jens/work/repos/brewpi/.venv/bin/python3 /home/jens/work/repos/brewpi/server/brewpi.py
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target