diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-13 07:01:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-13 07:01:44 +0000 |
commit | b2c7bef6a21a3a1d27681f2a0ca148e08d65eeac (patch) | |
tree | 63aa27b54fa0a49cd0fc64ddd2b88e356314eff8 /share/needrestart/container-tools.conf | |
parent | Adding upstream version 20211103. (diff) | |
download | open-infrastructure-compute-tools-b2c7bef6a21a3a1d27681f2a0ca148e08d65eeac.tar.xz open-infrastructure-compute-tools-b2c7bef6a21a3a1d27681f2a0ca148e08d65eeac.zip |
Adding upstream version 20211113.upstream/20211113
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/needrestart/container-tools.conf')
-rw-r--r-- | share/needrestart/container-tools.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/needrestart/container-tools.conf b/share/needrestart/container-tools.conf new file mode 100644 index 0000000..cd1c76b --- /dev/null +++ b/share/needrestart/container-tools.conf @@ -0,0 +1,6 @@ +# Open Infrastructure: compute-tools + +$nrconf{blacklist_rc} = [ + # container-tools + qr(^container@(.*).service) => 0, +]; |