Skip to content

Commit

Permalink
Update code order
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Dec 13, 2023
1 parent 56d8995 commit 98d6fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/os/linux/local/mode/listsystemdservices.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/os/linux/local/mode/systemdscstatus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d6fd2

Please sign in to comment.