summaryrefslogtreecommitdiff
path: root/types/systemd/resourcelimit
diff options
context:
space:
mode:
Diffstat (limited to 'types/systemd/resourcelimit')
-rw-r--r--types/systemd/resourcelimit7
1 files changed, 7 insertions, 0 deletions
diff --git a/types/systemd/resourcelimit b/types/systemd/resourcelimit
new file mode 100644
index 0000000..3558fb5
--- /dev/null
+++ b/types/systemd/resourcelimit
@@ -0,0 +1,7 @@
+type Nspawn::Systemd::ResourceLimit = Variant[
+ Variant[Integer, enum['infinity']],
+ Tuple[
+ Variant[Integer, enum['infinity']],
+ Variant[Integer, enum['infinity']],
+ ]
+]