On Sun, 13 Nov 2011 08:34:59 -0700
stan wrote:

> 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

Still not the same, a service might be set to start
at boot and fail for some reason and no longer be
active, but it is still configured to start at boot.

I suspect the new tool pointed at in another branch of
this thread is what I'll want to use, but I haven't
gotten a chance to try it yet.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to