diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index d4d77a4308..1b047fc3c8 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -821,7 +821,6 @@ http_sites += example.org http_sites += herp.derp # HTTP-only sites -http_sites += 0pointer.de http_sites += mah.everybody.org http_sites += etallen.com diff --git a/docs/drvlxc.rst b/docs/drvlxc.rst index b88323b165..24501cae11 100644 --- a/docs/drvlxc.rst +++ b/docs/drvlxc.rst @@ -245,7 +245,7 @@ Systemd Socket Activation Integration The libvirt LXC driver provides the ability to pass across pre-opened file descriptors when starting LXC guests. This allows for libvirt LXC to support systemd's `socket activation -capability `__, +capability `__, where an incoming client connection in the host OS will trigger the startup of a container, which runs another copy of systemd which gets passed the server socket, and then activates the actual service handler in the container.