ca5f36082e
This fix tmpfile when multiple services runs in the same host with systemd. Change-Id: I2291e029e3d875408a81041a41d21042a3660e29
6 lines
331 B
Django/Jinja
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 }}
|