Sha256: eeaf537c59ae9b4beea0319f20a25cf6c4ba4e9f47620585aeaa208b4aeaca6a

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

#/bin/bash -exu

# Interestingly, the awslogs-agent-setup.py command in the install.sh script
# already sets up systemd.
# With the yum awslogs-agent-setup.py setup, the systemd is called awslogs

# We just have to reload and restart it since we reconfigured it
systemctl daemon-reload
systemctl restart awslogs
# systemctl status awslogs

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws-ec2-1.4.5 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh
aws-ec2-1.4.4 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh
aws-ec2-1.4.3 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh
aws-ec2-1.4.2 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh
aws-ec2-1.4.1 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh
aws-ec2-1.4.0 lib/aws_ec2/scripts/cloudwatch/service/ubuntu.sh