Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • config
  • init
  • sysvinit
  • lxc-net.in
Find file
BlameHistoryPermalink
  • Dwight Engen's avatar
    fixups to init script rework · fce070c8
    Dwight Engen authored Sep 26, 2014
    - move action() from common to sysvinit wrapper since its only really
      applicable for sysvinit and not the other init systems
    
    - fix bug in action() fallback, need to shift away msg before executing action
    
    - make lxc-net 98 so it starts before lxc-container (99), otherwise the lxcbr0
      won't be available when containers are autostarted
    
    - make the default RUNTIME_PATH be /var/run instead of /run. On older
      distros (like ol6.5) /run doesn't exist. lxc-net will create this directory
      and attempt to create the dnsmasq.pid file in it, but this will fail when
      SELinux is enabled because the directory will have the default_t type.
      Newer systems have /var/run symlinked to /run so you get to the same place
      in that case.
    
    - add %postun to remove lxc-dnsmasq user when pkgs are removed
    
    - fix bug in lxc-oracle template that was creating /var/lock/subsys/lxc as
      a dir and interfering with the init scripts
    Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
    Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
    fce070c8
lxc-net.in 1.14 KB
EditWeb IDE
×

Replace lxc-net.in

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.