chiark / gitweb /
socket: add new Symlinks= option for socket units
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 14:19:00 +0000 (16:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 14:21:17 +0000 (16:21 +0200)
With Symlinks= we can manage one or more symlinks to AF_UNIX or FIFO
nodes in the file system, with the same lifecycle as the socket itself.

This has two benefits: first, this allows us to remove /dev/log and
/dev/initctl from /dev, thus leaving only symlinks, device nodes and
directories in the /dev tree. More importantly however, this allows us
to move /dev/log out of /dev, while still making it accessible there, so
that PrivateDevices= can provide /dev/log too.


No differences found