We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804061d commit c7a59bfCopy full SHA for c7a59bf
packer/linux/scripts/install-buildkite-utils.sh
@@ -25,3 +25,6 @@ sudo curl -Lf -o /usr/bin/lifecycled \
25
sudo chmod +x /usr/bin/lifecycled
26
sudo curl -Lf -o /etc/systemd/system/lifecycled.service \
27
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