mirror of https://github.com/tteck/Proxmox.git
Compare commits
3 Commits
5b9709c934
...
a3dfc8f41d
Author | SHA1 | Date |
---|---|---|
|
a3dfc8f41d | |
|
8b1a1f201b | |
|
9c2f48c265 |
|
@ -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
|
||||
dpkg -i amd64-microcode_3.20230414.1_amd64.deb &>/dev/null
|
||||
msg_ok "Installed the AMD Processor Microcode"
|
||||
|
||||
msg_info "Cleaning up"
|
||||
|
|
|
@ -92,8 +92,9 @@ Description=Ping instances every 5 minutes and restarts if necessary
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
# 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
|
||||
# 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.
|
||||
ExecStart=/usr/local/bin/ping-instances.sh
|
||||
Restart=always
|
||||
StandardOutput=file:/var/log/ping-instances.log
|
||||
|
|
Loading…
Reference in New Issue