openstack-ansible-memcached.../templates/memcached.conf.debian.j2
Dmitriy Rabotyagov 141db60ee6 Use systemd-journald instead of log files
This patch aims to migrate service from usage of regular syslog files
to journald.

Change-Id: I9ee285aeae85ccf6827a652dcd4ff06958141615
2019-07-22 16:40:36 +03:00

16 lines
244 B
Django/Jinja

# {{ ansible_managed }}
-d
{% if debug | bool %}
-vvv
{% else %}
-v
{% endif %}
-U 0
-m {{ memcached_memory }}
-p {{ memcached_port }}
-u {{ memcached_user }}
-l {{ memcached_listen }}
-c {{ memcached_connections }}
-t {{ memcached_threads }}