diff options
author | Simon Spöhel <simon@spoehel.ch> | 2023-08-24 14:36:20 +0000 |
---|---|---|
committer | Simon Spöhel <simon@spoehel.ch> | 2023-08-24 14:41:27 +0000 |
commit | 320fc3f11f86b21289038353b17b72f9d8fd8657 (patch) | |
tree | cf21d8e4c139c021b69b2f711540b4456c752630 /libexec/container | |
parent | basic cnt build for vms (debconf only) (diff) | |
download | compute-tools-320fc3f11f86b21289038353b17b72f9d8fd8657.tar.xz compute-tools-320fc3f11f86b21289038353b17b72f9d8fd8657.zip |
poor cnt ls for vms.
Diffstat (limited to 'libexec/container')
-rwxr-xr-x | libexec/container/list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/container/list b/libexec/container/list index a56c1f8..a1317b8 100755 --- a/libexec/container/list +++ b/libexec/container/list @@ -451,6 +451,8 @@ EOF ;; esac +systemctl list-units qemu@*.service + # Post hooks for FILE in "${HOOKS}/post-${COMMAND}".* "${HOOKS}/${NAME}.post-${COMMAND}" do |