Compare commits

..

No commits in common. "a3dfc8f41de5093bee868ee14044ab9b91a874db" and "5b9709c93446a664ab643f9c020c0d008c718d05" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -76,7 +76,7 @@ amd() {
msg_ok "Downloaded the latest AMD Processor Microcode Package"
msg_info "Installing the AMD Processor Microcode (Patience)"
dpkg -i amd64-microcode_3.20230414.1_amd64.deb &>/dev/null
dpkg -i amd64-microcode_3.20230414.1_amd64.deb
msg_ok "Installed the AMD Processor Microcode"
msg_info "Cleaning up"

View File

@ -92,9 +92,8 @@ Description=Ping instances every 5 minutes and restarts if necessary
[Service]
Type=simple
# To specify which CT/VM should be excluded, add the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified.
# For example: ExecStart=/usr/local/bin/ping-instances.sh 100 102
# Virtual machines without the QEMU guest agent installed must be excluded.
# Include the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified,
# to indicate which CT/VN should be excluded. Example: ExecStart=/usr/local/bin/ping-instances.sh 100 102
ExecStart=/usr/local/bin/ping-instances.sh
Restart=always
StandardOutput=file:/var/log/ping-instances.log