Skip to content

Commit

Permalink
install: install: Add journald configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jul 8, 2024
1 parent 2b80afa commit b413622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ else
echo "Skipping hardware configuration"
fi

echo "Configure journald."
curl -fsSL "$ROOT/install/configs/journald.conf" -o /etc/systemd/journald.conf

# There are systems where rfkill does not exist, like SBC without wifi/BT
command -v rfkill && (
echo "Checking for blocked wifi and bluetooth."
Expand Down

0 comments on commit b413622

Please sign in to comment.