Improve documentation, and improve systemd service files

This commit is contained in:
2024-05-09 09:43:06 +02:00
parent cae4d1b0a4
commit af97e393f6
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Description=Make BMS data available for consumers
Type=exec
# The full path of the git repo on your system
WorkingDirectory=/usr/local/bmspy
ExecStartPre=/usr/bin/install -d -onobody -gdialout -m770 /run/bmspy
ExecStart=poetry run bmspy-server
RestartSec=5
Restart=on-failure