Skip to content

Commit

Permalink
Update documentation for LXC/LXD support
Browse files Browse the repository at this point in the history
  • Loading branch information
James TD Smith committed Aug 18, 2020
1 parent 569d8d5 commit 58d0d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.Cont.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ within docker containers by design.
NeedRestart::CONT::LXC
----------------------

Recognized by: cgroup path (`/lxc/*`)
Recognized by: cgroup path (`/lxc/*` || `/lxc.payload/*`)

For each container which should be restarted needrestart calls
`lxc-stop --reboot --name $NAME`.

This package also supports LXD containers, which are restarted by `lxc restart
$NAME` or `lxc restart --project=$PROJECT $NAME` for containers in projects.

NeedRestart::CONT::machined
---------------------------
Expand Down

0 comments on commit 58d0d16

Please sign in to comment.