]> git.proxmox.com Git - lxcfs.git/blob - debian/control
a0f6c5137ec2e914ca93b7a4df2f6428f9422528
[lxcfs.git] / debian / control
1 Source: lxcfs
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, help2man,
6 pkg-config, libcgmanager-dev, libfuse-dev, dh-systemd
7 Standards-Version: 3.9.5
8 Homepage: https://linuxcontainers.org
9
10 Package: lxcfs
11 Architecture: any
12 Depends: cgmanager, ${shlibs:Depends}, ${misc:Depends}
13 Description: LXC userspace filesystem
14 LXCFS is a simple userspace filesystem designed to workaround some current
15 limitations of the Linux kernel. The main driver for this work was the
16 need to run systemd based containers as a regular unprivileged user
17 while still allowing systemd inside the container to interact with cgroups.