debian - redis-server places redis.sock in wrong folder -


im configuring openvas , scanner looks redis.sock default in /tmp/redis.sock.

i have edited redis.conf config file show

unixsocket /tmp/redis.sock

unixsocketperm 777

upon restarting service, instead places redis.sock in /tmp/systemd-private34823472372937527347-redis-server/tmp/redis.sock

any help? debian stretch 9.1 redis-server : 3.2.6

after every restart of redis-server (sudo service redis-server restart), if manually move redis.sock /tmp fixes issues. but, not great having manually move every restart of redis-server.

if privatetemp set enabled in systemd file create in private directory. turning off worked great


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -