]> git.proxmox.com Git - pve-container.git/blame_incremental - src/pct
add setup_systemd_preset helper, disable networkd for debian 12+
[pve-container.git] / src / pct
... / ...
CommitLineData
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PVE::CLI::pct;
7
8PVE::CLI::pct->run_cli_handler();