Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Are you sure they are shown when a user logs in? Monitoring /var/log/messages show this when myuser logs in: May 26 12:24:46 myhost systemd-logind: New session 40686 of user myuser. May 26 12:24:46 myhost systemd: Started Session 40686 of user myuser., not the slice messages. I am interested in knowing the cause of slice messages. Commented May 26, 2020 at 11:30
  • 1
    @nephewtom slices are a systemd resource management term. In my case there's a cron job checking the system health, it creates these messages. Commented Jul 28, 2020 at 14:51