mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
f117835c2c
cbpi service can be activated via sudo cbpi add autostart Service can be disabled via sudo cbpi remove autostart sudo cbpi setup has to be triggered once -> this copies the craftbeerpi.service file to the config folder
9 lines
143 B
Desktop File
9 lines
143 B
Desktop File
[Unit]
|
|
Description=Craftbeer Pi
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/pi
|
|
ExecStart=/usr/local/bin/cbpi start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|