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

Change-Id: Ibbac2bfd94affe27375cce13f5f91adcf37cb194
2016-11-04 14:53:36 -04:00

5 lines
310 B
Django/Jinja

# {{ ansible_managed }}
D /var/lock/{{ item.value.program_binary | default(item.value.program_name) }} 2755 {{ swift_system_user_name }} {{ swift_system_group_name }}
D /var/run/{{ item.value.program_binary | default(item.value.program_name) }} 2755 {{ swift_system_user_name }} {{ swift_system_group_name }}