infra/roles/hypervisor/templates/apcupsd_exporter.service

14 lines
226 B
Desktop File

[Unit]
Description=apcupsd prometheus exporter
After=network.target
[Service]
Type=simple
User=nobody
Group=nogroup
ExecStart=/usr/local/bin/apcupsd_exporter
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target