via http://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks
ps with cgroups
alias psc=’ps xawf -eo pid,user,cgroup,args’
psc
What would get started if I booted into a specific target?
systemd –test –system –unit=foobar.target
via http://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks
ps with cgroups
alias psc=’ps xawf -eo pid,user,cgroup,args’
psc
What would get started if I booted into a specific target?
systemd –test –system –unit=foobar.target