1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/archwiki/templates/memcached.service.d-archwiki.conf.j2
nl6720 cb89551f52
archwiki: use a drop-in file for memcached@.service instead of an entirely custom unit
This allows to retain all default hardening options that memcached@.service has.
2022-07-26 08:56:14 +03:00

7 lines
185 B
Django/Jinja

[Service]
User={{ archwiki_user }}
Group=memcached
Environment=CACHESIZE={{ archwiki_memcached_memory }}
Environment=LISTEN="-s {{ archwiki_memcached_socket }} -a 770"
ProtectHome=true