summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python.d/logind.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.d/logind.chart.py b/python.d/logind.chart.py
index 191aed5b07..a7b020a3aa 100644
--- a/python.d/logind.chart.py
+++ b/python.d/logind.chart.py
@@ -5,7 +5,7 @@
from bases.FrameworkServices.ExecutableService import ExecutableService
-prioirty = 59999
+priority = 59999
disabled_by_default = True
ORDER = ['sessions', 'users', 'seats']