1. 22 Aug, 2018 8 commits
  2. 21 Aug, 2018 19 commits
  3. 20 Aug, 2018 12 commits
  4. 19 Aug, 2018 1 commit
    • tools: Indicate container startup failure · e3e70db3
      Tobin C. Harding authored
      When running lxc-autostart we do not currently indicate failure to start
      containers, either partial failure i.e. some of the containers failed to
      start or total failure i.e. all of the containers failed to start.
      
      Indicate container startup failure.  For total failure exit(1), for
      partial failure exit(2).
      Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>