On Mon, 06.09.10 12:44, Piavlo ([email protected]) wrote: > [r...@fedora2 ~]# systemctl disable [email protected] > Couldn't find [email protected]. > [r...@fedora2 ~]# > --------------------- > > why disable does not work?
For instanced services "enable" and "disable" should be called for the templates, not the instances. i.e. "systemctl disable [email protected]", which will remove all gettys however. Note that "systemctl enable" is useful for enabling the *suggested* installation only. And the suggested installation of "[email protected]" is to create 6 instances... > In order to start > serial console I had to make the following link manually > /etc/systemd/system/[email protected] -> > /lib/systemd/system/[email protected] > but this does not seems as correct way > how can i do this with systemctl instead? This should now happen automatically and work reliably. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
