]> git.ipfire.org Git - thirdparty/lxc.git/commit
arch template: Fix systemd-sysctl service 683/head
authorJakub Sztandera <kubuxu@gmail.com>
Fri, 30 Oct 2015 11:05:44 +0000 (12:05 +0100)
committerJakub Sztandera <kubuxu@gmail.com>
Fri, 30 Oct 2015 11:09:42 +0000 (12:09 +0100)
commit427d42930d99f93bf78c61ec9f555dd883c5039e
tree737c1e98fb31773c23b69a9654afc8e05af26fbb
parent407fef433c1c70566be6694d72a5de487c72ea44
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