Skip to content

Commit 0085b08

Browse files
fix: re-add rsyslog
Rsys is no longer installed on Amazon Linux 2023, see: https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html#journald This re-adds the rsyslog daemon and starts it.
1 parent 25cdd93 commit 0085b08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packer/linux/scripts/install-utils.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ sudo dnf install -yq \
3333
# in a future version of Amazon Linux
3434
sudo dnf install -yq \
3535
bind-utils \
36-
lsof
36+
lsof \
37+
rsyslog
3738

3839
sudo dnf -yq groupinstall "Development Tools"
3940

4041
sudo systemctl enable --now amazon-ssm-agent
42+
sudo systemctl enable --now rsyslog
4143

4244
GIT_LFS_VERSION=3.4.0
4345
echo "Installing git lfs ${GIT_LFS_VERSION}..."

0 commit comments

Comments
 (0)