]> git.ipfire.org Git - thirdparty/lxc.git/commit
arch template: Fix systemd-sysctl service
authorJakub Sztandera <kubuxu@gmail.com>
Fri, 30 Oct 2015 11:05:44 +0000 (12:05 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Nov 2015 19:50:59 +0000 (14:50 -0500)
commit2b014e0c156af1a85b5629f0229a340c7d2a3f8f
tree3e69a35f9d5649694a5f1086063ac9969a68ef5c
parent5f73f449f88430ce4f29ec2f7be7d3824b2cb2a9
arch template: Fix systemd-sysctl service

The systemd-sysctl service includes condition that /proc/sys/ has to be read-write.
In lxc only /proc/sys/net/ is read-write which causes the condition to fail and service not to run.
This patch changes the check to /proc/sys/net/ and makes the service apply only rules that are in net tree.

Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
templates/lxc-archlinux.in