
For the sake of consistency the "systemd" prefix was added to the without-privatedevices.conf file. A new configuration file has been added which will further isolate our services using a named cgroup; this is similar to what we already do in our openstack services. By further isolating the service from the system we get quite a bit more control and accountability. Change-Id: I5707ef318341259b086a5f1d49656fd0d1c7f269 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
5 lines
120 B
Django/Jinja
5 lines
120 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[Service]
|
|
PrivateDevices={{ galera_disable_privatedevices | bool | ternary('false', 'true') }}
|