diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-07 08:14:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-07 08:20:30 -0500 |
| commit | 0904b0a7788d22f32d28541197c898e032107c99 (patch) | |
| tree | 40cce531d2520be421fc879f67ceb87159de55d2 /recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch | |
| parent | 117425a745d6c37b67dfecd7f9d20337d27dd6f3 (diff) | |
| download | meta-virtualization-0904b0a7788d22f32d28541197c898e032107c99.tar.gz | |
lxcfs: update to 4.0.7
Bumping to the latest available lxcfs. As part of this update,
the license has changed to LGPL-2.1+ (from Apache-2.0)
We also refresh our systemd patch to continue to apply.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch')
| -rw-r--r-- | recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch b/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch index 5e5673ac..e8af4a0a 100644 --- a/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch +++ b/recipes-containers/lxcfs/files/systemd-ensure-var-lib-lxcfs-exists.patch | |||
| @@ -10,18 +10,15 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
| 10 | config/init/systemd/lxcfs.service | 1 + | 10 | config/init/systemd/lxcfs.service | 1 + |
| 11 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
| 12 | 12 | ||
| 13 | diff --git a/config/init/systemd/lxcfs.service b/config/init/systemd/lxcfs.service | 13 | Index: lxcfs-4.0.7/config/init/systemd/lxcfs.service |
| 14 | index 95e3ee9..d887203 100644 | 14 | =================================================================== |
| 15 | --- a/config/init/systemd/lxcfs.service | 15 | --- lxcfs-4.0.7.orig/config/init/systemd/lxcfs.service |
| 16 | +++ b/config/init/systemd/lxcfs.service | 16 | +++ lxcfs-4.0.7/config/init/systemd/lxcfs.service |
| 17 | @@ -5,6 +5,7 @@ Before=lxc.service | 17 | @@ -5,6 +5,7 @@ |
| 18 | Documentation=man:lxcfs(1) | 18 | Documentation=man:lxcfs(1) |
| 19 | 19 | ||
| 20 | [Service] | 20 | [Service] |
| 21 | +ExecStartPre=-/bin/mkdir /var/lib/lxcfs | 21 | +ExecStartPre=-/bin/mkdir /var/lib/lxcfs |
| 22 | ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/ | 22 | ExecStart=/usr/bin/lxcfs /usr/local/var/lib/lxcfs |
| 23 | KillMode=process | 23 | KillMode=process |
| 24 | Restart=on-failure | 24 | Restart=on-failure |
| 25 | -- | ||
| 26 | 2.7.4 | ||
| 27 | |||
