On Fri, 18 Nov 2011 15:02:11 -0500 Deron Meranda wrote: > systemctl status pcscd.service > > grep pcscd /lib/systemd/system/*.service > > > Does that work, or are you asking something more? [root@zooty ~]# systemctl status pcscd.service pcscd.service - PC/SC Smart Card Daemon Loaded: loaded (/lib/systemd/system/pcscd.service; disabled) Active: active (running) since Fri, 18 Nov 2011 04:02:03 -0500; 11h ago Main PID: 9613 (pcscd) CGroup: name=systemd:/system/pcscd.service â 9613 /usr/sbin/pcscd -f That tells me it is running despite being disabled. [root@zooty ~]# grep pcscd /lib/systemd/system/*.service /lib/systemd/system/pcscd.service:Requires=pcscd.socket /lib/systemd/system/pcscd.service:ExecStart=/usr/sbin/pcscd -f /lib/systemd/system/pcscd.service:ExecReload=/usr/sbin/pcscd -H /lib/systemd/system/pcscd.service:Also=pcscd.socket That tells me no other service asks for it to be started (directly, anyway). So, I'm still wondering why the heck it is running. -- 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