Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Aug 13, 2023
1 parent b4fe38f commit b7a9ac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extra_scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

set -eou pipefail
chown root:kvm /dev/kvm
cat > /etc/apt/preferences.d/hashicorp <<EOF
Package: *
Pin: origin apt.releases.hashicorp.com
Pin-Priority: 999
EOF
# service libvirtd start
# service virtlogd start
systemctl enable libvirtd virtlogd --now
Expand Down

0 comments on commit b7a9ac8

Please sign in to comment.