infra/roles/hypervisor/templates/smartctl_exporter.service

12 lines
220 B
Desktop File

[Unit]
Description=smartctl prometheus exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/smartctl_exporter --log.level=error
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target