You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
453 B
16 lines
453 B
[Unit]
|
|
Description=Remote IPMI exporter for Prometheus
|
|
Wants=network.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
EnvironmentFile=/opt/ipmi_exporter/etc/ipmi_exporter.env
|
|
ExecStart=/opt/ipmi_exporter/bin/ipmi_exporter --config.file ${CONFIG_FILE} --web.listen-address ${LISTEN_ADDRESS} --log.level=${LOG_LEVEL}
|
|
WorkingDirectory=/opt/ipmi_exporter/etc
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|