Skip to content

Add service that allow providing additional args to pyrometer

Problem: Currently pyrometer reads the config from '/etc/pyrometer.toml'. Editing this config file during automatic setup isn't very convenient

Solution: Add instantiated service which takes instance name as additional pyrometer args.

Usage example: 'sudo systemctl start pyrometer@"\x2d\x2dui:host\x200.0.0.0".service' will start pyrometer with additional '--ui:host 0.0.0.0' argument

Edited by Roman Melnikov

Merge request reports