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

Change-Id: I94f462add1aa6a8a675d7c2f9ccc5801851a1e2d
2016-11-09 14:14:36 +00:00

6 lines
317 B
Django/Jinja

# {{ ansible_managed }}
D /var/lock/{{ item.value.service_name }} 2755 {{ nova_system_user_name }} {{ nova_system_group_name }}
D /var/run/{{ item.value.service_name }} 2755 {{ nova_system_user_name }} {{ nova_system_group_name }}
D {{ nova_lock_path }} 2755 {{ nova_system_user_name }} {{ nova_system_group_name }}