Skip to content

Commit

Permalink
we need the radiotracking module for code imports so we install radio…
Browse files Browse the repository at this point in the history
…tracking but do not enable the service
  • Loading branch information
Patrick Lampe committed Jul 14, 2021
1 parent 9cad867 commit 6932938
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BatRack.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ EOF
RUN tee -a /etc/modprobe.d/raspi-blacklist.conf <<<'blacklist dvb_usb_rtl28xxu'

# Install radiotracking
#RUN python3 -m pip install -e /home/pi/pyradiotracking
RUN python3 -m pip install -e /home/pi/pyradiotracking
#RUN systemctl enable radiotracking.service
#RUN tee -a /etc/sysdweb.conf <<EOF
#[radiotracking]
#title = RadioTracking
#unit = radiotracking
#EOF
RUN tee -a /etc/sysdweb.conf <<EOF
[radiotracking]
title = RadioTracking
unit = radiotracking
EOF

#################################################
### BatRack configuration
Expand Down

0 comments on commit 6932938

Please sign in to comment.