[Unit]
Description=Prometheus exporter for HomePlug/Power Line Communication
Documentation=https://github.com/NightTsarina/homeplug_exporter

[Service]
Restart=always
User=prometheus
EnvironmentFile=/etc/default/prometheus-homeplug-exporter
ExecStart=/usr/bin/prometheus-homeplug-exporter $ARGS
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStopSec=20s
SendSIGKILL=no

[Install]
WantedBy=multi-user.target
