Skip to content

Commit

Permalink
ami: Add install section to teleport-acm unit file
Browse files Browse the repository at this point in the history
All other unit files have an `[Install]` section, this one was just omitted by accident.

Without an `[Install]` section, it isn't possible to `systemctl enable teleport-acm.service` or similar.
  • Loading branch information
webvictim authored Jun 18, 2024
1 parent 96c9c0e commit 7bc1b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/aws/files/system/teleport-acm.service
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --diag-addr=
ExecReload=/bin/sh -c "exec pkill -HUP -L -F /run/teleport/teleport.pid"
PIDFile=/run/teleport/teleport.pid
LimitNOFILE=524288

[Install]
WantedBy=multi-user.target

0 comments on commit 7bc1b0f

Please sign in to comment.