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