infra/roles/hypervisor/templates/apcupsd_exporter.service

15 lines
226 B
SYSTEMD
Raw Normal View History

2024-08-05 07:05:54 +00:00
[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