summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glances/outputs/glances_curses.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py
index e078e9b1..7cbc5b8a 100644
--- a/glances/outputs/glances_curses.py
+++ b/glances/outputs/glances_curses.py
@@ -89,6 +89,7 @@ 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
@@ -117,6 +118,7 @@ class _GlancesCurses(object):
'raid',
'smart',
'sensors',
+ 'systemd',
'now',
]
_left_sidebar_min_width = 23