]> git.proxmox.com Git - pve-docs.git/blame_incremental - gen-pct.conf.5-opts.pl
install gen-vzdump.conf.5-opts.pl
[pve-docs.git] / gen-pct.conf.5-opts.pl
... / ...
CommitLineData
1#!/usr/bin/perl
2
3use lib '.';
4use strict;
5use warnings;
6use PVE::RESTHandler;
7use PVE::LXC::Config;
8
9my $prop = PVE::LXC::Config->json_config_properties();
10
11print PVE::RESTHandler::dump_properties($prop);