[lxc-devel] [lxc/lxc] 427d42: arch template: Fix systemd-sysctl service

GitHub noreply at github.com
Fri Oct 30 14:01:35 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 427d42930d99f93bf78c61ec9f555dd883c5039e
      https://github.com/lxc/lxc/commit/427d42930d99f93bf78c61ec9f555dd883c5039e
  Author: Jakub Sztandera <kubuxu at gmail.com>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M templates/lxc-archlinux.in

  Log Message:
  -----------
  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 at gmail.com>


  Commit: 208a29f10c08c2c6c5533347c2fdd9473e7fc4fc
      https://github.com/lxc/lxc/commit/208a29f10c08c2c6c5533347c2fdd9473e7fc4fc
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M templates/lxc-archlinux.in

  Log Message:
  -----------
  Merge pull request #683 from Kubuxu/patch-1

arch template: Fix systemd-sysctl service


Compare: https://github.com/lxc/lxc/compare/407fef433c1c...208a29f10c08


More information about the lxc-devel mailing list