diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-10-30 10:49:55 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-10-30 11:00:01 +0100 |
commit | 6829d05453658a9f9672c847299c652b15126db1 (patch) | |
tree | 60d0f4ae1ec6950648e954c9a6528ce5a8e628ce /README.md | |
parent | 84b9ddcc2905f5d8667cfef1359b724c23d27365 (diff) | |
download | iot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.tar iot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.tar.zst iot-barcode-scanner-6829d05453658a9f9672c847299c652b15126db1.zip |
Introduce iot-barcode.target
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,8 +16,7 @@ A service that makes barcode scanners available on the network for IoT use. sudo useradd -Urs /usr/bin/nologin iotbarcode ``` 2. Configure ```/etc/iot_barcode/config.json``` -3. Run ```sudo systemctl enable --now iot-barcode-device-handler``` -4. Run ```sudo systemctl enable --now iot-barcode``` +3. Run ```sudo systemctl enable --now iot-barcode.target``` 5. Listen to MQTT output (e.g. with ```mosquitto_sub -h localhost -t "xengineering.eu/iot-barcode"```) |