Package: systemd Version: 215-14 Hi,
from systemd 215-14's man page about CapabilityBoundingSet: This option may appear more than once in which case the bounding sets are merged. So CapabilityBoundingSet = cap1 cap2 should be semantically identical to CapabilityBoundingSet = cap1 CapabilityBoundingSet = cap2 but that is not the case. Merging multiple lines manually fixed the issue for me: https://github.com/nusenu/ansible-relayor/commit/48df0a4738654ff6b0897493cf2811961550a7d6 https://github.com/nusenu/ansible-relayor/issues/19 _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
