Skip to content

Commit

Permalink
Updates redis setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Nov 22, 2024
1 parent 87444cd commit 5b0cdee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/redis/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ echo '0 0 1 * * echo "" > /home/ec2-user/backup.log' | crontab -
# change the ssh port from 22 to random port between 1024 and 65535
# overwriting /etc/ssh/sshd_config

# limit the SystemMaxUse of the journal to 100M
# overwriting /etc/systemd/journald.conf
# and then restart the systemd-journald service

0 comments on commit 5b0cdee

Please sign in to comment.