]> git.proxmox.com Git - pmg-api.git/blame - bin/pmgupgrade
reload postfix instead of restart on config change
[pmg-api.git] / bin / pmgupgrade
CommitLineData
fae2ebb2
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgupgrade;
7
8PMG::CLI::pmgupgrade->run_cli_handler();