Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Feb 21, 2023
1 parent 5b6eb7d commit cc96092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtop/core/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_process_info(clk_tck, page_size):
class ProcessService(object):

def __init__(self):
self.usernames = {4294967295: "daemon"}
self.usernames = {4294967295: "root"}
# board type
self._root_path = "/sys/kernel"
if os.getenv('JTOP_TESTING', False):
Expand Down

0 comments on commit cc96092

Please sign in to comment.