diff --git a/src/os/linux/local/mode/listsystemdservices.pm b/src/os/linux/local/mode/listsystemdservices.pm index 552de4b735..22fc9abb9b 100644 --- a/src/os/linux/local/mode/listsystemdservices.pm +++ b/src/os/linux/local/mode/listsystemdservices.pm @@ -132,7 +132,7 @@ __END__ List systemd services. Command used: systemctl -a --no-pager --no-legend --plain -Command change for systemctl version > 248 : --no-legend is convert in legend=false +Command change for systemctl version >= 248 : --no-legend is convert in legend=false =over 8 diff --git a/src/os/linux/local/mode/systemdscstatus.pm b/src/os/linux/local/mode/systemdscstatus.pm index 1644efdaca..8551f43a68 100644 --- a/src/os/linux/local/mode/systemdscstatus.pm +++ b/src/os/linux/local/mode/systemdscstatus.pm @@ -191,7 +191,7 @@ __END__ Check systemd services status. Command used: 'systemctl -a --no-pager --no-legend' and 'systemctl list-unit-files --no-pager --no-legend' -Command change for systemctl version > 248 : --no-legend is convert in legend=false +Command change for systemctl version >= 248 : --no-legend is convert in legend=false =over 8