mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
changed craftbeerpi.service and cbpi version
This commit is contained in:
parent
252c2d171b
commit
8b2aaace1e
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.2.0.a1"
|
__version__ = "4.2.0.a2"
|
||||||
__codename__ = "Indian Summer"
|
__codename__ = "Indian Summer"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue