<div dir="ltr">I created a fresh container by following the steps here <a href="https://wiki.archlinux.org/index.php/Arch_systemd_container">https://wiki.archlinux.org/index.php/Arch_systemd_container</a> using the command<div><br></div><div>pacstrap -i -c -d ~/MyContainer base<br></div><div><br></div><div>Not sure what is pulling it in.  Nor how to find out.</div><div><br></div><div>If I start it via systemd, the journal is quiet until I log in (via machinectl login) for the very first time.   Then after I logout the service goes into a restart loop every 10 seconds.</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 8, 2014 at 9:15 AM, Lennart Poettering <span dir="ltr"><<a href="mailto:lennart@poettering.net" target="_blank">lennart@poettering.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, 07.12.14 09:20, Meech (<a href="mailto:meechman@gmail.com">meechman@gmail.com</a>) wrote:<br>
<br>
> Disabling seems to have no effect, it's a static service:<br>
><br>
> console-getty.service                      disabled<br>
> container-getty@.service                   static<br>
> getty@.service                             enabled<br>
> serial-getty@.service                      disabled<br>
<br>
</span>Well, something appears to pull it in, the question is what precisely<br>
is it...<br>
<span class=""><br>
><br>
> However, I think adding this to the [unit] section seems to help:<br>
><br>
> ConditionPathExists=/dev/pts/%I<br>
><br>
> Still testing.  Thanks.<br>
<br>
</span>That'd just be a work-around to ensure the service is skipped when it<br>
is pulled in incorrectly, but we really should figure out why it is<br>
pulled in incorrectly in the first place, and fix that.<br>
<div class="HOEnZb"><div class="h5"><br>
Lennart<br>
<br>
--<br>
Lennart Poettering, Red Hat<br>
</div></div></blockquote></div><br></div>