Hacker News new | ask | show | jobs
by GCUMstlyHarmls 453 days ago
Is there any effective difference by enabling user-linger and running rootless via user systemd? That's what I've always done.
1 comments

I used to do that but I find the UX of that quite annoying because before you can do: systemctl status and see what's up with all the system services. Now you have to do systemctl status -M <user-for-that-stack> for every stack that you're running to get a complete picture.

I haven't found a way around that and would be very thankful for pointers.