On Fri, Mar 25, 2011 at 11:05:21PM -0500, Ian Pilcher wrote:
> I'm in the habit of running
> 
>     chkconfig --list | grep :on
> 
> to list all of the services that are enabled on my system (usually right
> after an installation, so I can disable all of the stuff that I don't
> need).
> 
> What is the systemd (systemctl equivalent)? 

ls /etc/systemd/system/*.wants/frobozz.service

https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet

Note that because systemd uses dependencies to tell what needs to be
started, some services may start that aren't listed there if one of the
listed services depends on it.

-Toshio

Attachment: pgpkqT6oHCVi6.pgp
Description: PGP signature

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to