On Sun, 13 Nov 2011 09:35:01 -0700 Kevin Fenzi wrote: > sorry, I meant: > > systemctl list-unit-files | grep enabled > > kevin That almost does it, but there is still something slightly different: [root@zooty ~]# ls /etc/systemd/system/*.wants/*.service | wc -l 31 [root@zooty ~]# systemctl list-unit-files | grep enabled | wc -l 38 Looks like the extra 7 are things that aren't named .service. So I think this does what I want: systemctl list-unit-files | grep enabled | fgrep .service Now I just need to find the option that makes it not truncate long service names with ... and I'll be all set :-). -- 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