From 58d0d1609ac0c8e0588850ec416727f1365b438e Mon Sep 17 00:00:00 2001 From: James TD Smith Date: Tue, 22 Oct 2019 15:47:09 +0100 Subject: [PATCH] Update documentation for LXC/LXD support --- README.Cont.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.Cont.md b/README.Cont.md index e2c06ec..dbc39df 100644 --- a/README.Cont.md +++ b/README.Cont.md @@ -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 ---------------------------