1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-06 23:17:59 +02:00
neocities/vagrant/redis.sh

6 lines
No EOL
211 B
Bash

apt-get install -y redis-server
#sed -i 's|[#]*appendfsync everysec|appendfsync always|g' /etc/redis/redis.conf
sed -i 's|[#]*appendonly no|appendonly yes|g' /etc/redis/redis.conf
service redis-server restart