This commit is contained in:
Robert Köpferl 2020-06-21 01:38:07 +02:00
parent f34c6ad1e8
commit 17e5a7c146
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ done
# Repo von ul-gh/PiPyADC in /opt/bienen clonen
git submodule update --init
cp -av PiPyADC /opt/bienen/PiPyADC
cp -av PiPyADC/* /opt/bienen/PiPyADC/
# systemd unit files kopieren und chmod
cp src/systemd/temp-feuchte-sammler.service /etc/systemd/system/temp-feuchte-sammler.service
@ -40,5 +40,5 @@ systemctl enable temp-feuchte-sammler
systemctl enable weight-sammler
# und starten
systemctl start temp-feuchte-sammler
systemctl start weight-sammler
systemctl restart temp-feuchte-sammler
systemctl restart weight-sammler