diff --git a/templates/node_exporter.service.j2 b/templates/node_exporter.service.j2
index 1ea56c29a7e00025333e3c4303ae890c7d7a2db4..e4c76cc38fce6b1d5c53f9b4411fb01ef7445dd9 100644
--- a/templates/node_exporter.service.j2
+++ b/templates/node_exporter.service.j2
@@ -33,7 +33,6 @@ Restart=always
 RestartSec=1
 StartLimitInterval=0
 
-PrivateTmp=yes
 {% for m in ansible_mounts if m.mount == '/home' %}
 ProtectHome=read-only
 {% else %}