Skip to content

Commit c7a59bf

Browse files
committed
Add missing authorized keys systemd units
1 parent 804061d commit c7a59bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packer/linux/scripts/install-buildkite-utils.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ sudo curl -Lf -o /usr/bin/lifecycled \
2525
sudo chmod +x /usr/bin/lifecycled
2626
sudo curl -Lf -o /etc/systemd/system/lifecycled.service \
2727
https://raw.githubusercontent.com/buildkite/lifecycled/${LIFECYCLED_VERSION}/init/systemd/lifecycled.unit
28+
29+
echo "Adding authorized keys systemd units..."
30+
sudo cp /tmp/conf/ssh/systemd/* /etc/systemd/system

0 commit comments

Comments
 (0)