Skip to content

Commit

Permalink
simplify the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Nov 4, 2024
1 parent 9dd9c6f commit 18cdd3b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sky/templates/aws-ray.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,9 @@ available_node_types:
content: |
APT::Periodic::Enable "0";
bootcmd:
- systemctl stop apt-daily.timer apt-daily-upgrade.timer
- systemctl disable apt-daily.timer apt-daily-upgrade.timer
- systemctl mask apt-daily.service apt-daily-upgrade.service
- systemctl stop unattended-upgrades.service
- systemctl disable unattended-upgrades.service
- systemctl mask unattended-upgrades.service
- systemctl stop apt-daily.timer apt-daily-upgrade.timer unattended-upgrades.service
- systemctl disable apt-daily.timer apt-daily-upgrade.timer unattended-upgrades.service
- systemctl mask apt-daily.service apt-daily-upgrade.service unattended-upgrades.service
- systemctl daemon-reload
TagSpecifications:
- ResourceType: instance
Expand Down

0 comments on commit 18cdd3b

Please sign in to comment.