SystemD - F-16

stan gryt2 at q.com
Sun Nov 13 15:34:59 UTC 2011


On Sun, 13 Nov 2011 09:17:41 -0500
Tom Horsley <horsley1953 at gmail.com> wrote:

> On Sat, 12 Nov 2011 22:15:00 -0700
> Kevin Fenzi wrote:
> 
> > systemctl list-unit-files
> > 
> > give you any of what you are looking for?
> 
> That tells me what units are available, not
> what units are enabled to be started at boot.

How about 
systemctl -a -t service | less
and if you want only active services
systemctl -a -t service | grep -e " active " | less
or inactive similarly
systemctl -a -t service | grep -e " inactive " | less


More information about the users mailing list