Sha256: 75e31a9270b2af8890226ac8fb30d728ccda5468af966a3f12c721df07b65734

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

#!/bin/bash -exu

# yum install already has configured
#   /usr/lib/systemd/system/awslogsd.service
# Restart because we adjust the config with configure.sh
# The yum awslogs package creates a systemd unit called awslogsd.
systemctl daemon-reload
systemctl restart awslogsd
systemctl enable awslogsd
# systemctl status awslogsd

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-ec2-1.4.6 lib/aws_ec2/scripts/cloudwatch/service/amazonlinux2.sh