summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-11-01 08:59:12 +0100
committernicolargo <nicolas@nicolargo.com>2023-11-01 08:59:12 +0100
commite9e12d4dcc69dc19cc81fddabd04322c2dda4ca0 (patch)
tree8037302c78c1254555c23330b6fcdb151ff12795
parent16a7934763606cbced75eb5f9df103eea1f51841 (diff)
Remove systemd from Curses (related to #2595)
-rw-r--r--glances/outputs/glances_curses.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py
index 5e8a8cfe..ea6da7cd 100644
--- a/glances/outputs/glances_curses.py
+++ b/glances/outputs/glances_curses.py
@@ -89,7 +89,6 @@ class _GlancesCurses(object):
# 'w' > Delete finished warning logs
'W': {'switch': 'disable_wifi'},
# 'x' > Delete finished warning and critical logs
- 'Y': {'switch': 'enable_systemd'},
# 'z' > Enable or disable processes
# '+' > Increase the process nice level
# '-' > Decrease the process nice level
@@ -118,7 +117,6 @@ class _GlancesCurses(object):
'raid',
'smart',
'sensors',
- 'systemd',
'now',
]
_left_sidebar_min_width = 23