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
  • systemd
  • Makefile.am
Find file
BlameHistoryPermalink
  • Michael H. Warfield's avatar
    Backport of autoboot/autostart rollup to stable-1.0 · 38402e4d
    Michael H. Warfield authored Jun 05, 2014
    Full backport of the autostart / autoboot rollup patch from
    master to stable-1.0.
    
    lxc-autostart: rework boot and group handling
    
    This adds new functionality to lxc-autostart.
    
    *) The -g / --groups option is multiple cummulative entry.
        This may be mixed freely with the previous comma separated
        group list convention.  Groups are processed in the
        order they first appear in the aggregated group list.
    
    *) The NULL group may be specified in the group list using either a
        leading comma, a trailing comma, or an embedded comma.
    
    *) Booting proceeds in order of the groups specified on the command line
        then ordered by lxc.start.order and name collalating sequence.
    
    *) Default host bootup is now specified as "-g onboot," meaning that first
        the "onboot" group is booted and then any remaining enabled
        containers in the NULL group are booted.
    
    *) Adds documentation to lxc-autostart for -g processing order and
        combinations.
    
    *) Parameterizes bootgroups, options, and shutdown delay in init scripts
        and services.
    
    *) Update the various init scripts to use lxc-autostart in a similar way.
    Reported-by: 's avatarCDR <venefax@gmail.com>
    Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
    Signed-off-by: 's avatarMichael H. Warfield <mhw@WittsEnd.com>
    Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
    38402e4d
Makefile.am 1006 Bytes
EditWeb IDE
×

Replace Makefile.am

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.