Skip to content
Snippets Groups Projects
Verified Commit 64bcb7ef authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

archwiki: update access mask for memcached socket

Changing it to 770 so prometheus memcached exporter can connect to it.
parent e277773b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ After=network.target
[Service]
User={{ archwiki_user }}
Group=memcached
ExecStart=/usr/bin/memcached -s {{ archwiki_memcached_socket }} -m {{ archwiki_memcached_memory }} -o modern
ExecStart=/usr/bin/memcached -s {{ archwiki_memcached_socket }} -m {{ archwiki_memcached_memory }} -o modern -a 770
Restart=always
NoNewPrivileges=yes
PrivateTmp=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment