Skip to content

niklas-schulz/promox-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

promox-scripts

Useful Proxmox scripts

Example on how to use StartStoppedVMs.sh

crontab -e 

# This will make it run the script every 30 seconds
* * * * * /path/to/script/StartStoppedVMs.sh
* * * * * ( sleep 30 ; /path/to/script/StartStoppedVMs.sh)

About

Useful Proxmox scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages