=Created proxmox package

This commit is contained in:
Gal Szkolnik 2022-01-01 13:58:08 -05:00
parent c0131deba4
commit 47f27cb1f5
2 changed files with 26 additions and 0 deletions

View File

@ -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

17
Proxmox/_.package.json Normal file
View File

@ -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
}
]
}
}