Files
openstack-ansible-galera_se…/templates/systemd.without-privatedevices.conf.j2
Kevin Carter 9b0fc1fc7c Update the basic systemd extra configs for isolation and consistency
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>
2017-11-29 20:22:28 -06:00

5 lines
120 B
Django/Jinja

# {{ ansible_managed }}
[Service]
PrivateDevices={{ galera_disable_privatedevices | bool | ternary('false', 'true') }}