[systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread Josh Triplett
This makes it possible to drop in configuration file snippets from a package or other configuration management mechanism. --- man/logind.conf.xml | 4 +++- src/login/logind.c | 21 + src/shared/conf-parser.c | 19 +++ src/shared/conf-parser.h | 7

Re: [systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread David Timothy Strauss
Changes like this make config management so much easier. +1 ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 16, 2014 at 12:27:21PM +0200, Josh Triplett wrote: This makes it possible to drop in configuration file snippets from a package or other configuration management mechanism. What kind of settings would you install in this way? Zbyszek ___

Re: [systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread Rahul Sundaram
Hi On Thu, Oct 16, 2014 at 6:27 AM, Josh Triplett wrote: This makes it possible to drop in configuration file snippets from a package or other configuration management mechanism. Shouldn't those go into /usr according to http://0pointer.net/blog/projects/stateless.html Rahul

Re: [systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread Josh Triplett
On Thu, Oct 16, 2014 at 03:36:57PM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Oct 16, 2014 at 12:27:21PM +0200, Josh Triplett wrote: This makes it possible to drop in configuration file snippets from a package or other configuration management mechanism. What kind of settings would

Re: [systemd-devel] [PATCH] logind: Support /etc/systemd/logind.conf.d/*.conf

2014-10-16 Thread Josh Triplett
On Thu, Oct 16, 2014 at 09:42:50AM -0400, Rahul Sundaram wrote: On Thu, Oct 16, 2014 at 6:27 AM, Josh Triplett wrote: This makes it possible to drop in configuration file snippets from a package or other configuration management mechanism. Shouldn't those go into /usr according to