Migrate the users role

This commit is contained in:
Alexander Gorelyshev
2025-12-18 13:34:32 +04:00
parent cb18dcf6c0
commit 14e6bf12fd
18 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Slice]
{% if memory_max is defined and memory_max != "" %}
MemoryAccounting=1
MemoryMax={{ memory_max }}
MemorySwapMax={{ swap_max }}
{% else %}
{% endif %}
{% if cpu_quota is defined and cpu_quota != "" %}
CPUAccounting=1
CPUQuota={{ cpu_quota }}
{% else %}
{% endif %}