Skip to content

Commit

Permalink
ami: Add install section to teleport-acm unit file (#43213) (#43258)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Jun 19, 2024
1 parent bad4a9c commit b6e5d24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/aws/files/system/teleport-acm.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ RuntimeDirectory=teleport
ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --diag-addr=127.0.0.1:3000 --pid-file=/run/teleport/teleport.pid
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/teleport/teleport.pid
LimitNOFILE=524288
LimitNOFILE=524288

[Install]
WantedBy=multi-user.target

0 comments on commit b6e5d24

Please sign in to comment.