On Sun, 13 Nov 2011 09:17:41 -0500 Tom Horsley <horsley1953@xxxxxxxxx> 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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines