]> git.proxmox.com Git - pmg-api.git/blob - bin/pmgreport
bin/pmg-hourly: use reload-or-restart to reload pmgpolicy service
[pmg-api.git] / bin / pmgreport
1 #!/usr/bin/perl -T
2
3 use strict;
4 use warnings;
5
6 use PMG::CLI::pmgreport;
7
8 PMG::CLI::pmgreport->run_cli_handler();