diff --git a/prometheus-hcloud-exporter@.service b/prometheus-hcloud-exporter@.service index ea2e0e265f24ed306038cf954a0e38ec8c85888a..87eef65872d2702bbbd1f269f6e7e26206f4c220 100644 --- a/prometheus-hcloud-exporter@.service +++ b/prometheus-hcloud-exporter@.service @@ -33,7 +33,10 @@ PrivateTmp=true PrivateDevices=true SystemCallArchitectures=native SystemCallFilter=@system-service -MemoryDenyWriteExecute=true + +# MemoryDenyWriteExecute causes segfaults since version 1.2.2 +# most probably this is due to gos build prozess +#MemoryDenyWriteExecute=true EnvironmentFile=/etc/prometheus-hcloud-exporter/%i.env ExecStart=/usr/bin/prometheus-hcloud-exporter $ARGS