systemd: how to list enabled services

Bill Nottingham notting at redhat.com
Mon Mar 28 17:47:33 UTC 2011


Ian Pilcher (arequipeno at gmail.com) said: 
> > According to the wiki, chkconfig should work with systemd.  Doesn't it?
> > 
> > http://fedoraproject.org/wiki/Systemd#Does_chkconfig_command_work_with_systemd.3F
> 
> Running "chkconfig --list" prints this warning:
> 
> Note: This output shows SysV services only and does not include native
>       systemd services. SysV configuration data might be overriden by native
>       systemd configuration.

To be precise, the following commands in chkconfig have systemd integration:

- on (to enable a service)
- off (to disable a service)
- <no command> (to check whether a single passed service is enabled)

Bill


More information about the test mailing list