=Created proxmox package
This commit is contained in:
parent
c0131deba4
commit
47f27cb1f5
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
sudo killall -9 corosync
|
||||||
|
sudo systemctl restart pve-cluster
|
||||||
|
sudo systemctl restart pvedaemon
|
||||||
|
sudo systemctl restart pveproxy
|
||||||
|
sudo systemctl restart pvestatd
|
||||||
|
|
||||||
|
sudo qm stop 100
|
||||||
|
sudo qm start 100
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"package": {
|
||||||
|
"Name": "Proxmox",
|
||||||
|
"Condition": [
|
||||||
|
{
|
||||||
|
"custom": null,
|
||||||
|
"System": [ "Linux" ],
|
||||||
|
"Hostname": null,
|
||||||
|
"Username": null,
|
||||||
|
"CmdletExists": null,
|
||||||
|
"ModuleExists": null,
|
||||||
|
"AppExeExists": "/usr/sbin/qm",
|
||||||
|
"Logic": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue