Submission type
NOTE: Do not submit anything other than bug reports or RFEs via the issue tracker!
systemd version the issue has been seen with
HEAD, 215-17+deb8u5
Used distribution
Debian jessie in LXC container
In case of bug report: Expected behaviour you didn't see
net.* sysctl be applied
In case of bug report: Steps to reproduce the problem
LXC containers have /proc/sys mounted R/O. They /proc/sys/net mounted R/W.
units/systemd-sysctl.service.in has ConditionPathIsReadWrite=/proc/sys/
This prevents any net.* sysctls from being applied in LXC containers, and more so, silently.
Please consider dropping the ConditionPathIsReadWrite again (has been introduced in f2a46f8)