summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf
index 6fbadeee5..32f7a56ae 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -124,6 +124,11 @@ runc = [
"/usr/lib/cri-o-runc/sbin/runc"
]
+crun = [
+ "/usr/bin/crun",
+ "/usr/local/bin/crun",
+]
+
# The [runtimes] table MUST be the last thing in this file.
# (Unless another table is added)
# TOML does not provide a way to end a table other than a further table being