On 08/25/2010 01:39 AM, pbrobin...@gmail.com wrote:
> I'm still trying to work out how to get systemctl to boot
> my netbook into run level 5. The usual way of changing this
> seems to have no effect and that is a problem.

There's a new question/answer just added to the systemd FAQ that
explains this:

====
Q: How do I change the default runlevel to boot into?

A: The symlink /etc/systemd/system/default.target controls where we boot
into by default. Link it to the target unit of your choice. For example,
like this:

# ln -sf /lib/systemd/systemd/multi-user.target
/etc/systemd/system/default.target

or

# ln -sf /lib/systemd/systemd/graphical.target
/etc/systemd/system/default.target
====

-- 
David Smith
dsm...@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to