]> 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 22:36:44 +0000 (17:36 -0500)
commit605078488c09d96f0349d8a4757e59e36a569b94
treebacdd6f9a169f38c25240b3146cc008dea581174
parent752b36f5b3ca11364462320e153a828e0946ded6
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