mightyohm-gc-exporter/debian/default
finga 4396b9eca4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use cargo-deb to build a Debian package
This ships also a systemd service unit and a config file for
`/etc/default`
2022-04-24 17:33:09 +02:00

11 lines
646 B
Plaintext

ARGS=""
# mightyohm-gc-exporter supports the following options:
# -a, --address <ADDRESS> The IPv4 or IPv6 address where the metrics are served
# [default: 127.0.0.1]
# -b, --baud-rate <BAUD_RATE> The baudrate of the serial connection [default: 9600]
# -p, --port <PORT> The port where the metrics are served [default: 9111]
# -s, --serial-port <SERIAL_PORT> The port of the serial device, usually in '/dev/...'
# [default: /dev/serial0]
# -t, --timeout <TIMEOUT> Timeout of the serial connection in ms [default: 1000]