criu/scripts
Shawn Landden 2e15e4da92 systemd socket activation support
Makes the criu RPC socket socket-activated with
systemd [1], meaning that systemd will create and listen to
the UNIX socket /var/run/criu-srvice.socket
on behalf of criu until a connection comes in, when it will
then pass control of the socket, along with the first connection
over to a newly spawned criu daemon.

This is similar to inetd, but criu stays around after getting
started, listening itsself on the socket.

[1] http://0pointer.de/blog/projects/socket-activation.html

v2: stripped down sd-daemon.[ch]
    moved units to scripts/sd

v3: stripped down further by removing unneeded includes

Signed-off-by: Shawn Landden <shawn@churchofgit.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-12-12 09:58:50 +04:00
..
sd systemd socket activation support 2013-12-12 09:58:50 +04:00
feature-tests.mak string: Add strlcat helper 2013-11-29 15:36:07 +04:00
gen-offsets.sh build: Move pie/gen-offsets.sh into scripts/ 2013-10-15 11:30:41 +04:00
Makefile.build make: Clean up build *.so if requested only 2013-09-10 12:01:57 +04:00
Makefile.rules make: Extend rules macros to pick sources from variable 2013-09-04 16:16:34 +04:00
Makefile.version version: Print git id if present 2013-09-14 15:01:32 +04:00
protobuf-gen.sh build: Move protobuf-desc-gen.sh into scripts/ 2013-10-15 11:26:45 +04:00
utilities.mak make: Add scripts/utilities.mak 2013-05-20 16:02:07 +04:00