mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
10 lines
164 B
Text
10 lines
164 B
Text
|
[Unit]
|
||
|
Description=Craftbeer Pi
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/{{ user }}
|
||
|
ExecStart=/home/{{ user }}/.local/bin/cbpi start
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|