1 |
nano proxmox-restart.sh |
add in file
1 2 3 4 5 6 7 8 |
#!/usr/bin/env bash killall -9 corosync systemctl restart pve-cluster systemctl restart pvedaemon systemctl restart pveproxy systemctl restart pvestatd systemctl restart corosync |