openstack-ansible-os_cinder/templates/cinder-systemd-tmpfiles.j2
Marc Gariepy ca5f36082e Fix tmpfiles.d when multiple service are running
This fix tmpfile when multiple services runs in the same host with systemd.

Change-Id: I2291e029e3d875408a81041a41d21042a3660e29
2016-11-08 18:30:03 +00:00

6 lines
331 B
Django/Jinja

# {{ ansible_managed }}
D /var/lock/{{ item.value.service_name }} 2755 {{ cinder_system_user_name }} {{ cinder_system_group_name }}
D /var/run/{{ item.value.service_name }} 2755 {{ cinder_system_user_name }} {{ cinder_system_group_name }}
D {{ cinder_lock_path }} 2755 {{ cinder_system_user_name }} {{ cinder_system_group_name }}