Systemd and Fedora 14
Systemd and Fedora 14
Posted Aug 26, 2010 18:56 UTC (Thu) by mattdm (subscriber, #18)In reply to: Systemd and Fedora 14 by ncm
Parent article: Systemd and Fedora 14
Is there a list anywhere of names like "getty@.service" and "graphical.target"? Are those just files installed by various packages?
systemctl list-units --type=target --all
But only a few of those are actually useful to switch to as the equivalent of a runlevel. Stay tuned -- I'm working on making this better. I hope. The idea is that will be a setting that a given target can have marking it as "runlevel-like", and then the systemctl tool can list, set as default, and switch-to those targets.
See https://bugzilla.redhat.com/show_bug.cgi?id=627277. Patches, comments, and testing welcome.