nixpkgs/nixos/doc/manual/release-notes
Jörg Thalheim c9c8a2c5b3 nixos/memcached: make unix sockets usuable
before:
  - /var/run/memcached is a bad default for a socket path, since its
    parent directory must be writeable by memcached.
  - Socket directory was not created by the module itself -> this was
    left as a burden to the user?
  - Having a static uid with a dynamic user name is not very useful.

after:
  - Replace services.memcached.socket by a boolean flag. This simplifies
    our code, since we do not have to check if the user specifies a
    path with a parent directory that should be owned by memcached
    (/run/memcached/memcached.sock -> /run/memcached).
  - Remove fixed uid/gid allocation. The only file ever owned by the
    daemon is the socket that will be recreated on every start.
    Therefore user and group ids do not need to be static.
  - only create the memcached user, if the user has not specified a
    different one. The major use case for changing option is to allow
    existing services (such as php-fpm) opening the local unix socket.
    If we would unconditionally create a user that option would be
    useless.
2018-01-03 12:33:36 +01:00
..
release-notes.xml manuals: document removal of newStdcpp from steam 2017-09-27 20:12:06 +02:00
rl-1310.xml Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
rl-1404.xml nixos manual: Adds some examples of how to use fdisk. 2017-11-01 13:48:09 +10:00
rl-1412.xml Move release notes to an appendix and a separate chunk 2015-07-22 16:21:32 +02:00
rl-1509.xml manual: update mailing list links 2017-07-18 07:54:36 -04:00
rl-1603.xml doc: Fix some typos 2017-06-11 22:13:42 +02:00
rl-1609.xml nixos: purge remaining grsecurity bits 2017-09-02 20:35:24 +02:00
rl-1703.xml Release notes: Fix syntax in code sample 2017-07-05 16:39:19 +03:00
rl-1709.xml 17.09 release notes: fix typo 2017-10-01 12:44:06 +02:00
rl-1803.xml nixos/memcached: make unix sockets usuable 2018-01-03 12:33:36 +01:00