summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/ipmi/templates/service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/monitoring/prometheus/exporter/ipmi/templates/service.j2')
-rw-r--r--roles/monitoring/prometheus/exporter/ipmi/templates/service.j25
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/monitoring/prometheus/exporter/ipmi/templates/service.j2 b/roles/monitoring/prometheus/exporter/ipmi/templates/service.j2
index 465215e8..d862e299 100644
--- a/roles/monitoring/prometheus/exporter/ipmi/templates/service.j2
+++ b/roles/monitoring/prometheus/exporter/ipmi/templates/service.j2
@@ -1,22 +1,21 @@
[Unit]
Description=Prometheus ipmi exporter
+After=systemd-modules-load.service
[Service]
Restart=always
-User=prometheus-exporter
ExecStart=/usr/bin/prometheus-ipmi-exporter --web.listen-address="127.0.0.1:9290" --config.file=/etc/prometheus/exporter/ipmi/config.yml --freeipmi.path="/usr/sbin"
ExecReload=/bin/kill -HUP $MAINPID
-{# TODO: test which hardening options need to be removed for IPMI to work... #}
# systemd hardening-options
AmbientCapabilities=
CapabilityBoundingSet=
DeviceAllow=/dev/null rw
+DeviceAllow=char-ipmidev rw
DevicePolicy=strict
LockPersonality=true
MemoryDenyWriteExecute=true
NoNewPrivileges=true
-PrivateDevices=true
PrivateTmp=true
ProtectControlGroups=true
ProtectHome=true