Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 95d3d51

Browse files
authored
Merge pull request #170 from bittopaz/patch-1
[fix] Move StartLimitInterval to [Service] section
2 parents b01a5ff + ecdd5c5 commit 95d3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node_exporter.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[Unit]
44
Description=Prometheus Node Exporter
55
After=network-online.target
6-
StartLimitInterval=0
76

87
[Service]
98
Type=simple
@@ -32,6 +31,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
3231
SyslogIdentifier=node_exporter
3332
Restart=always
3433
RestartSec=1
34+
StartLimitInterval=0
3535

3636
PrivateTmp=yes
3737
{% for m in ansible_mounts if m.mount == '/home' %}

0 commit comments

Comments
 (0)