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

Change-Id: I1cd3001d4cc1559cd5b9cdd6f2f73861745a2bc0
2016-11-04 14:07:37 -04:00

5 lines
240 B
Django/Jinja

# {{ ansible_managed }}
D /var/lock/{{ item.value.service_name }} 2755 {{ glance_system_user_name }} {{ glance_system_group_name }}
D /var/run/{{ item.value.service_name }} 2755 {{ glance_system_user_name }} {{ glance_system_group_name }}