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

Commit 959fb63

Browse files
authored
Remove setting niceness in systemd service file (#60)
1 parent a1d2527 commit 959fb63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/node_exporter.service.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ After=network.target
88
Type=simple
99
User={{ node_exporter_system_user }}
1010
Group={{ node_exporter_system_group }}
11-
Nice=-5
1211
ExecStart=/usr/local/bin/node_exporter \
1312
{% for collector in node_exporter_enabled_collectors -%}
1413
{% if not collector is mapping %}

0 commit comments

Comments
 (0)