Files
homelabscripts/proxmox/pfSense/startPfSense.sh
Kovasky Buezo 815a18ec00 add files
2024-03-08 14:57:06 -05:00

10 lines
122 B
Bash

#!/bin/bash
sleep 5
systemctl stop pve-cluster
pmxcfs -l
qm start 102
sleep 5
killall pmxcfs
systemctl start pve-cluster