1. 28 Nov, 2013 2 commits
  2. 27 Nov, 2013 10 commits
  3. 26 Nov, 2013 3 commits
  4. 25 Nov, 2013 18 commits
  5. 22 Nov, 2013 6 commits
  6. 21 Nov, 2013 1 commit
    • Support files for systemd on Fedora. · 87ff951e
      Michael H. Warfield authored
      Added a file "lxc.service" for a systemd service file.
      
      Added a file "lxc-devsetup" to setup /dev/ on startup to support autodev
      in containers.
      
      Service file references lxc-devsetup as an ExecStartPre command.  The
      lxc-devsetup script is not dependent on systemd or Fedora and can
      be used at bootup on any system.
      
      Modified lxc.spec.in to install the two new files on Fedora.  The systemd
      specific code in the lxc.spec file may need some review and conditionalize
      for systemd on non-systemd rpm-based systems.
      Signed-off-by: 's avatarMichael H. Warfield <mhw@WittsEnd.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>