Re: [systemd-devel] socket-activated containers with domain sockets

2015-05-18 Thread Lennart Poettering
On Sat, 16.05.15 16:01, Simon Peeters (peeters.si...@gmail.com) wrote: > hej all. > > I have a kind off weird setup using socket-activated containers: > > nginx on the host listens on port 80 and has a 'proxy_pass > http://unix:/run/http/$host;' directive. > > then I have webserver@.socket list

[systemd-devel] socket-activated containers with domain sockets

2015-05-16 Thread Simon Peeters
hej all. I have a kind off weird setup using socket-activated containers: nginx on the host listens on port 80 and has a 'proxy_pass http://unix:/run/http/$host;' directive. then I have webserver@.socket listening on 'ListenStream=/run/http/%I' which in turn activates a container. this works fi