rust称重到mqtt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

weight-reader.service 240B

1234567891011121314
  1. [Unit]
  2. Description=Weight Reader Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=root
  7. WorkingDirectory=/opt/weight-reader
  8. ExecStart=/opt/weight-reader/weight_reader
  9. Restart=always
  10. RestartSec=3
  11. [Install]
  12. WantedBy=multi-user.target