Files
openstack-ansible-lxc_hosts/templates/systemd-overrides.conf.j2
Dmitriy Rabotyagov fc304c6e72 Use systmed drop-in overrides for tunning
Instead of leveraging lineinfile, replace it with drop-in config file,
as editing /etc/systemd/system.conf might be not safe on some
systems, while others may not have that file at all (ie EL10).

Change-Id: Idd234bbbc6ceaecc9cfc1aad75c7e94689cff0de
2025-06-06 07:23:56 +00:00

5 lines
79 B
Django/Jinja

# {{ ansible_managed }}
[Manager]
DefaultTasksMax={{ lxc_default_tasks_max }}