Sha256: 95b78bb3effa8b8c0062ca0eecbcb314d05063a554f8c115777089f6a35e50a1

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

#/bin/bash

# The awslogs-agent-setup.py setup creates a systemd unit is called awslogs.
systemctl daemon-reload
systemctl restart awslogs
systemctl enable awslogs
# systemctl status awslogs
# systemctl is-enabled awslogs

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forger-3.0.2 lib/forger/scripts/cloudwatch/service/ubuntu.sh
forger-3.0.1 lib/forger/scripts/cloudwatch/service/ubuntu.sh
forger-3.0.0 lib/forger/scripts/cloudwatch/service/ubuntu.sh
forger-2.0.5 lib/forger/scripts/cloudwatch/service/ubuntu.sh
forger-2.0.4 lib/forger/scripts/cloudwatch/service/ubuntu.sh
forger-2.0.3 lib/forger/scripts/cloudwatch/service/ubuntu.sh