Skip to content

Commit

Permalink
Merge pull request #1049 from samuelkarp/ecs-configured
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp authored Aug 19, 2020
2 parents dfd11d5 + d41c7e7 commit 0722452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ecs-agent/ecs.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Amazon Elastic Container Service - container agent
Documentation=https://aws.amazon.com/documentation/ecs/
Requires=docker.service
Requires=docker.service configured.target
After=docker.service configured.target
Wants=network-online.target configured.target

Expand Down
2 changes: 1 addition & 1 deletion packages/release/configured.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Bottlerocket user and dynamic configuration complete
After=settings-applier.service
Requires=settings-applier.service
Requires=settings-applier.service early-boot-config.service
AllowIsolate=yes

0 comments on commit 0722452

Please sign in to comment.