1. 17 Nov, 2016 36 commits
  2. 12 Nov, 2015 1 commit
  3. 10 Nov, 2015 1 commit
  4. 09 Nov, 2015 1 commit
  5. 06 Nov, 2015 1 commit
    • arch template: Fix systemd-sysctl service · 60507848
      Jakub Sztandera authored
      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: 's avatarJakub Sztandera <kubuxu@gmail.com>