How to list user services of another user under ubuntu

Solution 1:

Yes, it is, but by using sudo. Read man sudo sudoers, and

sudo -u theuser systemctl ...

will do the trick.