Skip to content

Commit

Permalink
Changed handling of journald.conf, which was causing errors during de…
Browse files Browse the repository at this point in the history
…ploy
  • Loading branch information
craig-willis authored and Craig Willis committed Dec 12, 2018
1 parent cf027d9 commit 9a70bdb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/pre-setup-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ docker network create \


# Set the maximum journal size
sudo cat << EOF > /etc/systemd/journald.conf
[Journal]
SystemMaxUse=500M
EOF
sudo sh -c "printf '[Journal]\nSystemMaxUse=500\n' > /etc/systemd/journald.conf"

sudo systemctl reload systemd-journald
sudo systemctl restart systemd-journald

0 comments on commit 9a70bdb

Please sign in to comment.