blob: 4f87ed56066daa588e59a277b3385b6a50a9327f [file] [log] [blame]
#!/bin/bash
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
## Section: 4.2.2.2 Ensure journald is configured to compress large log files ##
sed -i 's/^#Compress=yes/Compress=yes/' /etc/systemd/journald.conf
systemctl force-reload systemd-journald