On Mon, 15.07.13 05:00, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote:

> # systemctl enable [email protected]
> ln -s '/etc/systemd/system/[email protected]' 
> '/etc/systemd/system/getty.target.wants/[email protected]'
> # systemctl disable [email protected]
> rm '/etc/systemd/system/[email protected]'
> rm '/etc/systemd/system/getty.target.wants/[email protected]'
> rm '/etc/systemd/system/getty.target.wants/[email protected]'
> 
> Basically the whole idea of removing all symlinks pointing to the
> template is borked.

Hmm, this really looks wrong. I figure disabling an instance should just
remove that symlink, and disabling a template should remove all
instances.

Added to the TODO list so that we don't forget about this.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to