changed craftbeerpi.service and cbpi version

This commit is contained in:
avollkopf 2023-10-14 16:20:07 +02:00
parent 252c2d171b
commit 8b2aaace1e
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.2.0.a1" __version__ = "4.2.0.a2"
__codename__ = "Indian Summer" __codename__ = "Indian Summer"

View file

@ -3,7 +3,7 @@ Description=Craftbeer Pi
[Service] [Service]
WorkingDirectory=/home/pi WorkingDirectory=/home/pi
ExecStart=/usr/local/bin/cbpi start ExecStart=/home/pi/.local/bin/cbpi start
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target